Html Css Color HEX #EEB253 Casablanca

📋 copy color: '#EEB253'

red 238 ◦ green 178 ◦ blue 83

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

Shades of Casablanca #EEB253

Tints of Casablanca #EEB253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 16.63%

R = 47.7%
G = 35.67%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EEB253 (or 0xEEB253) is known color: Casablanca. HEX triplet: EE, B2 and 53. RGB value is (238,178,83). Sum of RGB (Red+Green+Blue) = 238+178+83=499 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.70% from 499); Green value is 178 (69.92% from 255 or 35.67% from 499); Blue value is 83 (32.81% from 255 or 16.63% from 499); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB253 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEB253 is #114DAC. Grayscale: #B9B9B9. Windows color (decimal): -1133997 or 5485294. OLE color: 5485294.

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

Color convert

RGB 238 178 83 -
CMYK 0 0.25 0.65 0.07
HSL 36.77º 0.82% 0.63% -
HSV(B) 36.77º 0.65% 0.93% -
XYZ 52.74 50.64 15.18 -
YUV 185.11 70.38 165.72 -
System Red Green Blue C M Y K H S L
Decimal 238 178 83 0 0.25 0.65 0.07 36.77 0.82 0.63
Hex EE B2 53 0 19 41 7 25 52 3F
Octal 356 262 123 0 31 101 7 45 122 77
Binary 11101110 10110010 1010011 0 11001 1000001 111 100101 1010010 111111

Color Harmonies of #EEB253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB253

Black with #EEB253

Text Example


Text Example

White with #EEB253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB253; }

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

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

background-color css

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

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

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

border-color css

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

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

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