Html Css Color HEX #EEB156 Casablanca

📋 copy color: '#EEB156'

red 238 ◦ green 177 ◦ blue 86

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

Shades of Casablanca #EEB156

Tints of Casablanca #EEB156

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.33%

 BLUE value IS 86 (33.98% from 255) = 17.17%

R = 47.5%
G = 35.33%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EEB156 (or 0xEEB156) is known color: Casablanca. HEX triplet: EE, B1 and 56. RGB value is (238,177,86). Sum of RGB (Red+Green+Blue) = 238+177+86=501 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.50% from 501); Green value is 177 (69.53% from 255 or 35.33% from 501); Blue value is 86 (33.98% from 255 or 17.17% from 501); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB156 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEB156 is #114EA9. Grayscale: #B9B9B9. Windows color (decimal): -1134250 or 5681646. OLE color: 5681646.

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

Color convert

RGB 238 177 86 -
CMYK 0 0.26 0.64 0.07
HSL 35.92º 0.82% 0.64% -
HSV(B) 35.92º 0.64% 0.93% -
XYZ 52.66 50.29 15.74 -
YUV 184.87 72.21 165.9 -
System Red Green Blue C M Y K H S L
Decimal 238 177 86 0 0.26 0.64 0.07 35.92 0.82 0.64
Hex EE B1 56 0 1A 40 7 24 52 40
Octal 356 261 126 0 32 100 7 44 122 100
Binary 11101110 10110001 1010110 0 11010 1000000 111 100100 1010010 1000000

Color Harmonies of #EEB156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB156

Black with #EEB156

Text Example


Text Example

White with #EEB156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB156; }

 p { color: rgb(238,177,86); }

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

background-color css

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

 a { background-color: rgb(238,177,86); }

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

border-color css

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

 span { border-color: rgb(238,177,86); }

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