Html Css Color HEX #EFA94C Casablanca

📋 copy color: '#EFA94C'

red 239 ◦ green 169 ◦ blue 76

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

Shades of Casablanca #EFA94C

Tints of Casablanca #EFA94C

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.92%

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

R = 49.38%
G = 34.92%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#EFA94C (or 0xEFA94C) is known color: Casablanca. HEX triplet: EF, A9 and 4C. RGB value is (239,169,76). Sum of RGB (Red+Green+Blue) = 239+169+76=484 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.38% from 484); Green value is 169 (66.41% from 255 or 34.92% from 484); Blue value is 76 (30.08% from 255 or 15.70% from 484); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA94C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA94C is #1056B3. Grayscale: #B3B3B3. Windows color (decimal): -1070772 or 5024239. OLE color: 5024239.

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

Color convert

RGB 239 169 76 -
CMYK 0 0.29 0.68 0.06
HSL 34.23º 0.84% 0.62% -
HSV(B) 34.23º 0.68% 0.94% -
XYZ 51.09 47.25 13.26 -
YUV 179.33 69.69 170.56 -
System Red Green Blue C M Y K H S L
Decimal 239 169 76 0 0.29 0.68 0.06 34.23 0.84 0.62
Hex EF A9 4C 0 1D 44 6 22 54 3E
Octal 357 251 114 0 35 104 6 42 124 76
Binary 11101111 10101001 1001100 0 11101 1000100 110 100010 1010100 111110

Color Harmonies of #EFA94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA94C

Black with #EFA94C

Text Example


Text Example

White with #EFA94C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA94C; }

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

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

background-color css

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

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

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

border-color css

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

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

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