Html Css Color HEX #EEB352 Casablanca

📋 copy color: '#EEB352'

red 238 ◦ green 179 ◦ blue 82

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

Shades of Casablanca #EEB352

Tints of Casablanca #EEB352

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.87%

 BLUE value IS 82 (32.42% from 255) = 16.43%

R = 47.7%
G = 35.87%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EEB352 (or 0xEEB352) is known color: Casablanca. HEX triplet: EE, B3 and 52. RGB value is (238,179,82). Sum of RGB (Red+Green+Blue) = 238+179+82=499 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.70% from 499); Green value is 179 (70.31% from 255 or 35.87% from 499); Blue value is 82 (32.42% from 255 or 16.43% from 499); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB352 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB352 is #114CAD. Grayscale: #BABABA. Windows color (decimal): -1133742 or 5420014. OLE color: 5420014.

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

Color convert

RGB 238 179 82 -
CMYK 0 0.25 0.66 0.07
HSL 37.31º 0.82% 0.63% -
HSV(B) 37.31º 0.66% 0.93% -
XYZ 52.9 51.03 15.04 -
YUV 185.58 69.55 165.39 -
System Red Green Blue C M Y K H S L
Decimal 238 179 82 0 0.25 0.66 0.07 37.31 0.82 0.63
Hex EE B3 52 0 19 42 7 25 52 3F
Octal 356 263 122 0 31 102 7 45 122 77
Binary 11101110 10110011 1010010 0 11001 1000010 111 100101 1010010 111111

Color Harmonies of #EEB352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB352

Black with #EEB352

Text Example


Text Example

White with #EEB352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB352; }

 p { color: rgb(238,179,82); }

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

background-color css

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

 a { background-color: rgb(238,179,82); }

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

border-color css

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

 span { border-color: rgb(238,179,82); }

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