Html Css Color HEX #EEB555 Casablanca

📋 copy color: '#EEB555'

red 238 ◦ green 181 ◦ blue 85

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

Shades of Casablanca #EEB555

Tints of Casablanca #EEB555

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.91%

 BLUE value IS 85 (33.59% from 255) = 16.87%

R = 47.22%
G = 35.91%
B = 16.87%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EEB555 (or 0xEEB555) is known color: Casablanca. HEX triplet: EE, B5 and 55. RGB value is (238,181,85). Sum of RGB (Red+Green+Blue) = 238+181+85=504 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.22% from 504); Green value is 181 (71.09% from 255 or 35.91% from 504); Blue value is 85 (33.59% from 255 or 16.87% from 504); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB555 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB555 is #114AAA. Grayscale: #BBBBBB. Windows color (decimal): -1133227 or 5617134. OLE color: 5617134.

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

Color convert

RGB 238 181 85 -
CMYK 0 0.24 0.64 0.07
HSL 37.65º 0.82% 0.63% -
HSV(B) 37.65º 0.64% 0.93% -
XYZ 53.42 51.88 15.79 -
YUV 187.1 70.38 164.31 -
System Red Green Blue C M Y K H S L
Decimal 238 181 85 0 0.24 0.64 0.07 37.65 0.82 0.63
Hex EE B5 55 0 18 40 7 26 52 3F
Octal 356 265 125 0 30 100 7 46 122 77
Binary 11101110 10110101 1010101 0 11000 1000000 111 100110 1010010 111111

Color Harmonies of #EEB555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB555

Black with #EEB555

Text Example


Text Example

White with #EEB555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB555; }

 p { color: rgb(238,181,85); }

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

background-color css

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

 a { background-color: rgb(238,181,85); }

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

border-color css

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

 span { border-color: rgb(238,181,85); }

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