Html Css Color HEX #EFA84C Casablanca

📋 copy color: '#EFA84C'

red 239 ◦ green 168 ◦ blue 76

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

Shades of Casablanca #EFA84C

Tints of Casablanca #EFA84C

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.78%

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

R = 49.48%
G = 34.78%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#EFA84C (or 0xEFA84C) is known color: Casablanca. HEX triplet: EF, A8 and 4C. RGB value is (239,168,76). Sum of RGB (Red+Green+Blue) = 239+168+76=483 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.48% from 483); Green value is 168 (66.02% from 255 or 34.78% from 483); Blue value is 76 (30.08% from 255 or 15.73% from 483); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA84C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA84C is #1057B3. Grayscale: #B3B3B3. Windows color (decimal): -1071028 or 5023983. OLE color: 5023983.

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

Color convert

RGB 239 168 76 -
CMYK 0 0.30 0.68 0.06
HSL 33.87º 0.84% 0.62% -
HSV(B) 33.87º 0.68% 0.94% -
XYZ 50.9 46.88 13.2 -
YUV 178.74 70.02 170.98 -
System Red Green Blue C M Y K H S L
Decimal 239 168 76 0 0.30 0.68 0.06 33.87 0.84 0.62
Hex EF A8 4C 0 1E 44 6 22 54 3E
Octal 357 250 114 0 36 104 6 42 124 76
Binary 11101111 10101000 1001100 0 11110 1000100 110 100010 1010100 111110

Color Harmonies of #EFA84C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA84C

Black with #EFA84C

Text Example


Text Example

White with #EFA84C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA84C; }

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

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

background-color css

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

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

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

border-color css

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

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

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