Html Css Color HEX #EFA84E Casablanca

📋 copy color: '#EFA84E'

red 239 ◦ green 168 ◦ blue 78

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

Shades of Casablanca #EFA84E

Tints of Casablanca #EFA84E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 16.08%

R = 49.28%
G = 34.64%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#EFA84E (or 0xEFA84E) is known color: Casablanca. HEX triplet: EF, A8 and 4E. RGB value is (239,168,78). Sum of RGB (Red+Green+Blue) = 239+168+78=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 168 (66.02% from 255 or 34.64% from 485); Blue value is 78 (30.86% from 255 or 16.08% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA84E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA84E is #1057B1. Grayscale: #B3B3B3. Windows color (decimal): -1071026 or 5155055. OLE color: 5155055.

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

Color convert

RGB 239 168 78 -
CMYK 0 0.30 0.67 0.06
HSL 33.54º 0.83% 0.62% -
HSV(B) 33.54º 0.67% 0.94% -
XYZ 50.97 46.91 13.57 -
YUV 178.97 71.02 170.82 -
System Red Green Blue C M Y K H S L
Decimal 239 168 78 0 0.30 0.67 0.06 33.54 0.83 0.62
Hex EF A8 4E 0 1E 43 6 22 53 3E
Octal 357 250 116 0 36 103 6 42 123 76
Binary 11101111 10101000 1001110 0 11110 1000011 110 100010 1010011 111110

Color Harmonies of #EFA84E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA84E

Black with #EFA84E

Text Example


Text Example

White with #EFA84E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA84E; }

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

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

background-color css

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

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

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

border-color css

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

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

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