Html Css Color HEX #EEB655 Casablanca

📋 copy color: '#EEB655'

red 238 ◦ green 182 ◦ blue 85

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

Shades of Casablanca #EEB655

Tints of Casablanca #EEB655

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.04%

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

R = 47.13%
G = 36.04%
B = 16.83%

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

#EEB655 (or 0xEEB655) is known color: Casablanca. HEX triplet: EE, B6 and 55. RGB value is (238,182,85). Sum of RGB (Red+Green+Blue) = 238+182+85=505 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.13% from 505); Green value is 182 (71.48% from 255 or 36.04% from 505); Blue value is 85 (33.59% from 255 or 16.83% from 505); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB655 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB655 is #1149AA. Grayscale: #BCBCBC. Windows color (decimal): -1132971 or 5617390. OLE color: 5617390.

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

Color convert

RGB 238 182 85 -
CMYK 0 0.24 0.64 0.07
HSL 38.04º 0.82% 0.63% -
HSV(B) 38.04º 0.64% 0.93% -
XYZ 53.63 52.29 15.86 -
YUV 187.69 70.05 163.89 -
System Red Green Blue C M Y K H S L
Decimal 238 182 85 0 0.24 0.64 0.07 38.04 0.82 0.63
Hex EE B6 55 0 18 40 7 26 52 3F
Octal 356 266 125 0 30 100 7 46 122 77
Binary 11101110 10110110 1010101 0 11000 1000000 111 100110 1010010 111111

Color Harmonies of #EEB655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB655

Black with #EEB655

Text Example


Text Example

White with #EEB655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB655; }

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

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

background-color css

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

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

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

border-color css

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

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

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