#EFB54B

Color #EFB54B Casablanca (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Casablanca #EFB54B

Tints of Casablanca #EFB54B

Color information

#EFB54B (or 0xEFB54B) is unknown color: approx Casablanca. HEX triplet: EF, B5 and 4B. RGB value is (239,181,75). Sum of RGB (Red+Green+Blue) = 239+181+75=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 181 (71.09% from 255 or 36.57% from 495); Blue value is 75 (29.69% from 255 or 15.15% from 495); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB54B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB54B is #104AB4. Grayscale: #BABABA. Windows color (decimal): -1067701 or 4961775. OLE color: 4961775.

HSL color Cylindrical-coordinate representation of color #EFB54B: hue angle of 38.78º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EFB54B is Cyan = 0, Magento = 0.24, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB23918175-
CMYK00.240.690.06
HSL38.78º83.67%61.57%-
HSV(B)38.78º68.62%93.73%-
XYZ53.3951.9113.86-
YUV186.2665.22165.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 239 (93.75% from 255) = 48.28%
GREEN value IS 181 (71.09% from 255) = 36.57%
BLUE value IS 75 (29.69% from 255) = 15.15%
R=48.28%
G=36.57%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.69
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391817500.240.690.0638.7883.6761.57
HexEFB54B01845627543e
Octal35726511303010564712476
Binary1110111110110101100101101100010001011101001111010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB54B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB54B; }

 p { color: rgb(239,181,75); }

 H1.HeaderClassName
 {
   color: #EFB54B;
 }
 .AnyTagClassName
 {
   color: #EFB54B;
 }
</style>
background-color css

<style>
 a { background-color: #EFB54B; }

 a { background-color: rgb(239,181,75); }

 div.DivClassName
 {
   background-color: #EFB54B;
 }
 .BgClassName
 {
   background-color: #EFB54B;
 }
</style>
border-color css

<style>
 span { border-color: #EFB54B; }

 span { border-color: rgb(239,181,75); }

 td.TdClassName
 {
   border-color: #EFB54B;
 }
 .TagClassName
 {
   border-color: #EFB54B;
 }
</style>