Html Css Color HEX #EEB056 Casablanca

📋 copy color: '#EEB056'

red 238 ◦ green 176 ◦ blue 86

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

Shades of Casablanca #EEB056

Tints of Casablanca #EEB056

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.2%

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

R = 47.6%
G = 35.2%
B = 17.2%

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

#EEB056 (or 0xEEB056) is known color: Casablanca. HEX triplet: EE, B0 and 56. RGB value is (238,176,86). Sum of RGB (Red+Green+Blue) = 238+176+86=500 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.6% from 500); Green value is 176 (69.14% from 255 or 35.2% from 500); Blue value is 86 (33.98% from 255 or 17.2% from 500); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB056 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEB056 is #114FA9. Grayscale: #B8B8B8. Windows color (decimal): -1134506 or 5681390. OLE color: 5681390.

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

Color convert

RGB 238 176 86 -
CMYK 0 0.26 0.64 0.07
HSL 35.53º 0.82% 0.64% -
HSV(B) 35.53º 0.64% 0.93% -
XYZ 52.46 49.9 15.67 -
YUV 184.28 72.54 166.32 -
System Red Green Blue C M Y K H S L
Decimal 238 176 86 0 0.26 0.64 0.07 35.53 0.82 0.64
Hex EE B0 56 0 1A 40 7 24 52 40
Octal 356 260 126 0 32 100 7 44 122 100
Binary 11101110 10110000 1010110 0 11010 1000000 111 100100 1010010 1000000

Color Harmonies of #EEB056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB056

Black with #EEB056

Text Example


Text Example

White with #EEB056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB056; }

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

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

background-color css

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

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

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

border-color css

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

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

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