Html Css Color HEX #EFB04C Casablanca

📋 copy color: '#EFB04C'

red 239 ◦ green 176 ◦ blue 76

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

Shades of Casablanca #EFB04C

Tints of Casablanca #EFB04C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.85%

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

R = 48.68%
G = 35.85%
B = 15.48%

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

#EFB04C (or 0xEFB04C) is known color: Casablanca. HEX triplet: EF, B0 and 4C. RGB value is (239,176,76). Sum of RGB (Red+Green+Blue) = 239+176+76=491 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.68% from 491); Green value is 176 (69.14% from 255 or 35.85% from 491); Blue value is 76 (30.08% from 255 or 15.48% from 491); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB04C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFB04C is #104FB3. Grayscale: #B7B7B7. Windows color (decimal): -1068980 or 5026031. OLE color: 5026031.

HSL color Cylindrical-coordinate representation of color #EFB04C: hue angle of 36.81º 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 #EFB04C is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 176 76 -
CMYK 0 0.26 0.68 0.06
HSL 36.81º 0.84% 0.62% -
HSV(B) 36.81º 0.68% 0.94% -
XYZ 52.43 49.92 13.71 -
YUV 183.44 67.37 167.63 -
System Red Green Blue C M Y K H S L
Decimal 239 176 76 0 0.26 0.68 0.06 36.81 0.84 0.62
Hex EF B0 4C 0 1A 44 6 25 54 3E
Octal 357 260 114 0 32 104 6 45 124 76
Binary 11101111 10110000 1001100 0 11010 1000100 110 100101 1010100 111110

Color Harmonies of #EFB04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB04C

Black with #EFB04C

Text Example


Text Example

White with #EFB04C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB04C; }

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

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

background-color css

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

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

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

border-color css

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

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

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