Html Css Color HEX #EEAD47 Casablanca

📋 copy color: '#EEAD47'

red 238 ◦ green 173 ◦ blue 71

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

Shades of Casablanca #EEAD47

Tints of Casablanca #EEAD47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 14.73%

R = 49.38%
G = 35.89%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EEAD47 (or 0xEEAD47) is known color: Casablanca. HEX triplet: EE, AD and 47. RGB value is (238,173,71). Sum of RGB (Red+Green+Blue) = 238+173+71=482 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.38% from 482); Green value is 173 (67.97% from 255 or 35.89% from 482); Blue value is 71 (28.12% from 255 or 14.73% from 482); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAD47 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEAD47 is #1152B8. Grayscale: #B5B5B5. Windows color (decimal): -1135289 or 4697582. OLE color: 4697582.

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

Color convert

RGB 238 173 71 -
CMYK 0 0.27 0.70 0.07
HSL 36.65º 0.83% 0.61% -
HSV(B) 36.65º 0.7% 0.93% -
XYZ 51.34 48.52 12.62 -
YUV 180.81 66.03 168.79 -
System Red Green Blue C M Y K H S L
Decimal 238 173 71 0 0.27 0.70 0.07 36.65 0.83 0.61
Hex EE AD 47 0 1B 46 7 25 53 3D
Octal 356 255 107 0 33 106 7 45 123 75
Binary 11101110 10101101 1000111 0 11011 1000110 111 100101 1010011 111101

Color Harmonies of #EEAD47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEAD47

Black with #EEAD47

Text Example


Text Example

White with #EEAD47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEAD47; }

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

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

background-color css

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

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

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

border-color css

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

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

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