Html Css Color HEX #EFB04F Casablanca

📋 copy color: '#EFB04F'

red 239 ◦ green 176 ◦ blue 79

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

Shades of Casablanca #EFB04F

Tints of Casablanca #EFB04F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 15.99%

R = 48.38%
G = 35.63%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#EFB04F (or 0xEFB04F) is known color: Casablanca. HEX triplet: EF, B0 and 4F. RGB value is (239,176,79). Sum of RGB (Red+Green+Blue) = 239+176+79=494 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.38% from 494); Green value is 176 (69.14% from 255 or 35.63% from 494); Blue value is 79 (31.25% from 255 or 15.99% from 494); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB04F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB04F is #104FB0. Grayscale: #B8B8B8. Windows color (decimal): -1068977 or 5222639. OLE color: 5222639.

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

Color convert

RGB 239 176 79 -
CMYK 0 0.26 0.67 0.06
HSL 36.38º 0.83% 0.62% -
HSV(B) 36.38º 0.67% 0.94% -
XYZ 52.53 49.97 14.27 -
YUV 183.78 68.87 167.39 -
System Red Green Blue C M Y K H S L
Decimal 239 176 79 0 0.26 0.67 0.06 36.38 0.83 0.62
Hex EF B0 4F 0 1A 43 6 24 53 3E
Octal 357 260 117 0 32 103 6 44 123 76
Binary 11101111 10110000 1001111 0 11010 1000011 110 100100 1010011 111110

Color Harmonies of #EFB04F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB04F

Black with #EFB04F

Text Example


Text Example

White with #EFB04F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB04F; }

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

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

background-color css

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

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

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

border-color css

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

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

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