Html Css Color HEX #EEAD58 Casablanca

📋 copy color: '#EEAD58'

red 238 ◦ green 173 ◦ blue 88

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

Shades of Casablanca #EEAD58

Tints of Casablanca #EEAD58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 17.64%

R = 47.7%
G = 34.67%
B = 17.64%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#EEAD58 (or 0xEEAD58) is known color: Casablanca. HEX triplet: EE, AD and 58. RGB value is (238,173,88). Sum of RGB (Red+Green+Blue) = 238+173+88=499 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.70% from 499); Green value is 173 (67.97% from 255 or 34.67% from 499); Blue value is 88 (34.77% from 255 or 17.64% from 499); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAD58 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEAD58 is #1152A7. Grayscale: #B7B7B7. Windows color (decimal): -1135272 or 5811694. OLE color: 5811694.

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

Color convert

RGB 238 173 88 -
CMYK 0 0.27 0.63 0.07
HSL 34º 0.82% 0.64% -
HSV(B) 34º 0.63% 0.93% -
XYZ 51.96 48.77 15.91 -
YUV 182.75 74.53 167.41 -
System Red Green Blue C M Y K H S L
Decimal 238 173 88 0 0.27 0.63 0.07 34 0.82 0.64
Hex EE AD 58 0 1B 3F 7 22 52 40
Octal 356 255 130 0 33 77 7 42 122 100
Binary 11101110 10101101 1011000 0 11011 111111 111 100010 1010010 1000000

Color Harmonies of #EEAD58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEAD58

Black with #EEAD58

Text Example


Text Example

White with #EEAD58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEAD58; }

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

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

background-color css

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

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

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

border-color css

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

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

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