Html Css Color HEX #EFB554 Casablanca

📋 copy color: '#EFB554'

red 239 ◦ green 181 ◦ blue 84

#EFB554
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Casablanca #EFB554

Tints of Casablanca #EFB554

RGB

 RED value IS 239 (93.75% from 255) = 47.42%

 GREEN value IS 181 (71.09% from 255) = 35.91%

 BLUE value IS 84 (33.2% from 255) = 16.67%

R = 47.42%
G = 35.91%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#EFB554 (or 0xEFB554) is known color: Casablanca. HEX triplet: EF, B5 and 54. RGB value is (239,181,84). Sum of RGB (Red+Green+Blue) = 239+181+84=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 181 (71.09% from 255 or 35.91% from 504); Blue value is 84 (33.20% from 255 or 16.67% from 504); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB554 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB554 is #104AAB. Grayscale: #BBBBBB. Windows color (decimal): -1067692 or 5551599. OLE color: 5551599.

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

Color convert

RGB 239 181 84 -
CMYK 0 0.24 0.65 0.06
HSL 37.55º 0.83% 0.63% -
HSV(B) 37.55º 0.65% 0.94% -
XYZ 53.72 52.04 15.6 -
YUV 187.28 69.72 164.89 -
System Red Green Blue C M Y K H S L
Decimal 239 181 84 0 0.24 0.65 0.06 37.55 0.83 0.63
Hex EF B5 54 0 18 41 6 26 53 3F
Octal 357 265 124 0 30 101 6 46 123 77
Binary 11101111 10110101 1010100 0 11000 1000001 110 100110 1010011 111111

Color Harmonies of #EFB554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB554

Black with #EFB554

Text Example


Text Example

White with #EFB554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB554; }

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

 H1.HeaderClassName
 {
   color: #EFB554;
 }
 .AnyTagClassName
 {
   color: #EFB554;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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