Html Css Color HEX #EEB256 Casablanca

📋 copy color: '#EEB256'

red 238 ◦ green 178 ◦ blue 86

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

Shades of Casablanca #EEB256

Tints of Casablanca #EEB256

RGB

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

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

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

R = 47.41%
G = 35.46%
B = 17.13%

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

#EEB256 (or 0xEEB256) is known color: Casablanca. HEX triplet: EE, B2 and 56. RGB value is (238,178,86). Sum of RGB (Red+Green+Blue) = 238+178+86=502 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.41% from 502); Green value is 178 (69.92% from 255 or 35.46% from 502); Blue value is 86 (33.98% from 255 or 17.13% from 502); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB256 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEB256 is #114DA9. Grayscale: #B9B9B9. Windows color (decimal): -1133994 or 5681902. OLE color: 5681902.

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

Color convert

RGB 238 178 86 -
CMYK 0 0.25 0.64 0.07
HSL 36.32º 0.82% 0.64% -
HSV(B) 36.32º 0.64% 0.93% -
XYZ 52.86 50.69 15.8 -
YUV 185.45 71.88 165.48 -
System Red Green Blue C M Y K H S L
Decimal 238 178 86 0 0.25 0.64 0.07 36.32 0.82 0.64
Hex EE B2 56 0 19 40 7 24 52 40
Octal 356 262 126 0 31 100 7 44 122 100
Binary 11101110 10110010 1010110 0 11001 1000000 111 100100 1010010 1000000

Color Harmonies of #EEB256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB256

Black with #EEB256

Text Example


Text Example

White with #EEB256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB256; }

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

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

background-color css

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

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

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

border-color css

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

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

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