Html Css Color HEX #EEB356 Casablanca

📋 copy color: '#EEB356'

red 238 ◦ green 179 ◦ blue 86

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

Shades of Casablanca #EEB356

Tints of Casablanca #EEB356

RGB

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

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

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

R = 47.32%
G = 35.59%
B = 17.1%

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

#EEB356 (or 0xEEB356) is known color: Casablanca. HEX triplet: EE, B3 and 56. RGB value is (238,179,86). Sum of RGB (Red+Green+Blue) = 238+179+86=503 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.32% from 503); Green value is 179 (70.31% from 255 or 35.59% from 503); Blue value is 86 (33.98% from 255 or 17.10% from 503); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB356 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB356 is #114CA9. Grayscale: #BABABA. Windows color (decimal): -1133738 or 5682158. OLE color: 5682158.

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

Color convert

RGB 238 179 86 -
CMYK 0 0.25 0.64 0.07
HSL 36.71º 0.82% 0.64% -
HSV(B) 36.71º 0.64% 0.93% -
XYZ 53.06 51.09 15.87 -
YUV 186.04 71.55 165.06 -
System Red Green Blue C M Y K H S L
Decimal 238 179 86 0 0.25 0.64 0.07 36.71 0.82 0.64
Hex EE B3 56 0 19 40 7 25 52 40
Octal 356 263 126 0 31 100 7 45 122 100
Binary 11101110 10110011 1010110 0 11001 1000000 111 100101 1010010 1000000

Color Harmonies of #EEB356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB356

Black with #EEB356

Text Example


Text Example

White with #EEB356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB356; }

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

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

background-color css

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

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

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

border-color css

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

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

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