Html Css Color HEX #EEAD4A Casablanca

📋 copy color: '#EEAD4A'

red 238 ◦ green 173 ◦ blue 74

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

Shades of Casablanca #EEAD4A

Tints of Casablanca #EEAD4A

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.67%

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

R = 49.07%
G = 35.67%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EEAD4A (or 0xEEAD4A) is known color: Casablanca. HEX triplet: EE, AD and 4A. RGB value is (238,173,74). Sum of RGB (Red+Green+Blue) = 238+173+74=485 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.07% from 485); Green value is 173 (67.97% from 255 or 35.67% from 485); Blue value is 74 (29.30% from 255 or 15.26% from 485); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAD4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEAD4A is #1152B5. Grayscale: #B5B5B5. Windows color (decimal): -1135286 or 4894190. OLE color: 4894190.

HSL color Cylindrical-coordinate representation of color #EEAD4A: hue angle of 36.22º 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 #EEAD4A is Cyan = 0, Magento = 0.27, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 173 74 -
CMYK 0 0.27 0.69 0.07
HSL 36.22º 0.83% 0.61% -
HSV(B) 36.22º 0.69% 0.93% -
XYZ 51.44 48.56 13.14 -
YUV 181.15 67.53 168.55 -
System Red Green Blue C M Y K H S L
Decimal 238 173 74 0 0.27 0.69 0.07 36.22 0.83 0.61
Hex EE AD 4A 0 1B 45 7 24 53 3D
Octal 356 255 112 0 33 105 7 44 123 75
Binary 11101110 10101101 1001010 0 11011 1000101 111 100100 1010011 111101

Color Harmonies of #EEAD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEAD4A

Black with #EEAD4A

Text Example


Text Example

White with #EEAD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEAD4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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