Html Css Color HEX #EEB255 Casablanca

📋 copy color: '#EEB255'

red 238 ◦ green 178 ◦ blue 85

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

Shades of Casablanca #EEB255

Tints of Casablanca #EEB255

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.53%

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

R = 47.5%
G = 35.53%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EEB255 (or 0xEEB255) is known color: Casablanca. HEX triplet: EE, B2 and 55. RGB value is (238,178,85). Sum of RGB (Red+Green+Blue) = 238+178+85=501 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.50% from 501); Green value is 178 (69.92% from 255 or 35.53% from 501); Blue value is 85 (33.59% from 255 or 16.97% from 501); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB255 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEB255 is #114DAA. Grayscale: #B9B9B9. Windows color (decimal): -1133995 or 5616366. OLE color: 5616366.

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

Color convert

RGB 238 178 85 -
CMYK 0 0.25 0.64 0.07
HSL 36.47º 0.82% 0.63% -
HSV(B) 36.47º 0.64% 0.93% -
XYZ 52.82 50.67 15.59 -
YUV 185.34 71.38 165.56 -
System Red Green Blue C M Y K H S L
Decimal 238 178 85 0 0.25 0.64 0.07 36.47 0.82 0.63
Hex EE B2 55 0 19 40 7 24 52 3F
Octal 356 262 125 0 31 100 7 44 122 77
Binary 11101110 10110010 1010101 0 11001 1000000 111 100100 1010010 111111

Color Harmonies of #EEB255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB255

Black with #EEB255

Text Example


Text Example

White with #EEB255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB255; }

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

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

background-color css

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

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

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

border-color css

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

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

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