Html Css Color HEX #EEA94A Casablanca

📋 copy color: '#EEA94A'

red 238 ◦ green 169 ◦ blue 74

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

Shades of Casablanca #EEA94A

Tints of Casablanca #EEA94A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.38%

R = 49.48%
G = 35.14%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EEA94A (or 0xEEA94A) is known color: Casablanca. HEX triplet: EE, A9 and 4A. RGB value is (238,169,74). Sum of RGB (Red+Green+Blue) = 238+169+74=481 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.48% from 481); Green value is 169 (66.41% from 255 or 35.14% from 481); Blue value is 74 (29.30% from 255 or 15.38% from 481); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA94A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA94A is #1156B5. Grayscale: #B3B3B3. Windows color (decimal): -1136310 or 4893166. OLE color: 4893166.

HSL color Cylindrical-coordinate representation of color #EEA94A: hue angle of 34.76º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EEA94A is Cyan = 0, Magento = 0.29, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 169 74 -
CMYK 0 0.29 0.69 0.07
HSL 34.76º 0.83% 0.61% -
HSV(B) 34.76º 0.69% 0.93% -
XYZ 50.68 47.05 12.89 -
YUV 178.8 68.86 170.22 -
System Red Green Blue C M Y K H S L
Decimal 238 169 74 0 0.29 0.69 0.07 34.76 0.83 0.61
Hex EE A9 4A 0 1D 45 7 23 53 3D
Octal 356 251 112 0 35 105 7 43 123 75
Binary 11101110 10101001 1001010 0 11101 1000101 111 100011 1010011 111101

Color Harmonies of #EEA94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA94A

Black with #EEA94A

Text Example


Text Example

White with #EEA94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA94A; }

 p { color: rgb(238,169,74); }

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

background-color css

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

 a { background-color: rgb(238,169,74); }

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

border-color css

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

 span { border-color: rgb(238,169,74); }

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