Html Css Color HEX #EEAD4C Casablanca

📋 copy color: '#EEAD4C'

red 238 ◦ green 173 ◦ blue 76

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

Shades of Casablanca #EEAD4C

Tints of Casablanca #EEAD4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 15.61%

R = 48.87%
G = 35.52%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EEAD4C (or 0xEEAD4C) is known color: Casablanca. HEX triplet: EE, AD and 4C. RGB value is (238,173,76). Sum of RGB (Red+Green+Blue) = 238+173+76=487 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.87% from 487); Green value is 173 (67.97% from 255 or 35.52% from 487); Blue value is 76 (30.08% from 255 or 15.61% from 487); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAD4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEAD4C is #1152B3. Grayscale: #B5B5B5. Windows color (decimal): -1135284 or 5025262. OLE color: 5025262.

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

Color convert

RGB 238 173 76 -
CMYK 0 0.27 0.68 0.07
HSL 35.93º 0.83% 0.62% -
HSV(B) 35.93º 0.68% 0.93% -
XYZ 51.51 48.59 13.5 -
YUV 181.38 68.53 168.39 -
System Red Green Blue C M Y K H S L
Decimal 238 173 76 0 0.27 0.68 0.07 35.93 0.83 0.62
Hex EE AD 4C 0 1B 44 7 24 53 3E
Octal 356 255 114 0 33 104 7 44 123 76
Binary 11101110 10101101 1001100 0 11011 1000100 111 100100 1010011 111110

Color Harmonies of #EEAD4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEAD4C

Black with #EEAD4C

Text Example


Text Example

White with #EEAD4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEAD4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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