Html Css Color HEX #EEA64F Casablanca

📋 copy color: '#EEA64F'

red 238 ◦ green 166 ◦ blue 79

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

Shades of Casablanca #EEA64F

Tints of Casablanca #EEA64F

RGB

 RED value IS 238 (93.36% from 255) = 49.28%

 GREEN value IS 166 (65.23% from 255) = 34.37%

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

R = 49.28%
G = 34.37%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EEA64F (or 0xEEA64F) is known color: Casablanca. HEX triplet: EE, A6 and 4F. RGB value is (238,166,79). Sum of RGB (Red+Green+Blue) = 238+166+79=483 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.28% from 483); Green value is 166 (65.23% from 255 or 34.37% from 483); Blue value is 79 (31.25% from 255 or 16.36% from 483); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA64F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA64F is #1159B0. Grayscale: #B2B2B2. Windows color (decimal): -1137073 or 5220078. OLE color: 5220078.

HSL color Cylindrical-coordinate representation of color #EEA64F: hue angle of 32.83º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EEA64F is Cyan = 0, Magento = 0.30, Yellow = 0.67 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 166 79 -
CMYK 0 0.30 0.67 0.07
HSL 32.83º 0.82% 0.62% -
HSV(B) 32.83º 0.67% 0.93% -
XYZ 50.31 46.01 13.63 -
YUV 177.61 72.35 171.07 -
System Red Green Blue C M Y K H S L
Decimal 238 166 79 0 0.30 0.67 0.07 32.83 0.82 0.62
Hex EE A6 4F 0 1E 43 7 21 52 3E
Octal 356 246 117 0 36 103 7 41 122 76
Binary 11101110 10100110 1001111 0 11110 1000011 111 100001 1010010 111110

Color Harmonies of #EEA64F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA64F

Black with #EEA64F

Text Example


Text Example

White with #EEA64F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA64F; }

 p { color: rgb(238,166,79); }

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

background-color css

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

 a { background-color: rgb(238,166,79); }

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

border-color css

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

 span { border-color: rgb(238,166,79); }

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