Html Css Color HEX #EFAC4C Casablanca

📋 copy color: '#EFAC4C'

red 239 ◦ green 172 ◦ blue 76

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

Shades of Casablanca #EFAC4C

Tints of Casablanca #EFAC4C

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.32%

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

R = 49.08%
G = 35.32%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#EFAC4C (or 0xEFAC4C) is known color: Casablanca. HEX triplet: EF, AC and 4C. RGB value is (239,172,76). Sum of RGB (Red+Green+Blue) = 239+172+76=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 172 (67.58% from 255 or 35.32% from 487); Blue value is 76 (30.08% from 255 or 15.61% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAC4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFAC4C is #1053B3. Grayscale: #B5B5B5. Windows color (decimal): -1070004 or 5025007. OLE color: 5025007.

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

Color convert

RGB 239 172 76 -
CMYK 0 0.28 0.68 0.06
HSL 35.34º 0.84% 0.62% -
HSV(B) 35.34º 0.68% 0.94% -
XYZ 51.65 48.38 13.45 -
YUV 181.09 68.7 169.31 -
System Red Green Blue C M Y K H S L
Decimal 239 172 76 0 0.28 0.68 0.06 35.34 0.84 0.62
Hex EF AC 4C 0 1C 44 6 23 54 3E
Octal 357 254 114 0 34 104 6 43 124 76
Binary 11101111 10101100 1001100 0 11100 1000100 110 100011 1010100 111110

Color Harmonies of #EFAC4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAC4C

Black with #EFAC4C

Text Example


Text Example

White with #EFAC4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAC4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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