Html Css Color HEX #EFB24C Casablanca

📋 copy color: '#EFB24C'

red 239 ◦ green 178 ◦ blue 76

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

Shades of Casablanca #EFB24C

Tints of Casablanca #EFB24C

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.11%

 BLUE value IS 76 (30.08% from 255) = 15.42%

R = 48.48%
G = 36.11%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#EFB24C (or 0xEFB24C) is known color: Casablanca. HEX triplet: EF, B2 and 4C. RGB value is (239,178,76). Sum of RGB (Red+Green+Blue) = 239+178+76=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 178 (69.92% from 255 or 36.11% from 493); Blue value is 76 (30.08% from 255 or 15.42% from 493); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB24C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFB24C is #104DB3. Grayscale: #B9B9B9. Windows color (decimal): -1068468 or 5026543. OLE color: 5026543.

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

Color convert

RGB 239 178 76 -
CMYK 0 0.26 0.68 0.06
HSL 37.55º 0.84% 0.62% -
HSV(B) 37.55º 0.68% 0.94% -
XYZ 52.82 50.71 13.84 -
YUV 184.61 66.71 166.79 -
System Red Green Blue C M Y K H S L
Decimal 239 178 76 0 0.26 0.68 0.06 37.55 0.84 0.62
Hex EF B2 4C 0 1A 44 6 26 54 3E
Octal 357 262 114 0 32 104 6 46 124 76
Binary 11101111 10110010 1001100 0 11010 1000100 110 100110 1010100 111110

Color Harmonies of #EFB24C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB24C

Black with #EFB24C

Text Example


Text Example

White with #EFB24C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB24C; }

 p { color: rgb(239,178,76); }

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

background-color css

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

 a { background-color: rgb(239,178,76); }

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

border-color css

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

 span { border-color: rgb(239,178,76); }

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