Html Css Color HEX #EEB359 Casablanca

📋 copy color: '#EEB359'

red 238 ◦ green 179 ◦ blue 89

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

Shades of Casablanca #EEB359

Tints of Casablanca #EEB359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 17.59%

R = 47.04%
G = 35.38%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#EEB359 (or 0xEEB359) is known color: Casablanca. HEX triplet: EE, B3 and 59. RGB value is (238,179,89). Sum of RGB (Red+Green+Blue) = 238+179+89=506 (67% of max value = 765). Red value is 238 (93.36% from 255 or 47.04% from 506); Green value is 179 (70.31% from 255 or 35.38% from 506); Blue value is 89 (35.16% from 255 or 17.59% from 506); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB359 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB359 is #114CA6. Grayscale: #BABABA. Windows color (decimal): -1133735 or 5878766. OLE color: 5878766.

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

Color convert

RGB 238 179 89 -
CMYK 0 0.25 0.63 0.07
HSL 36.24º 0.81% 0.64% -
HSV(B) 36.24º 0.63% 0.93% -
XYZ 53.18 51.14 16.52 -
YUV 186.38 73.05 164.82 -
System Red Green Blue C M Y K H S L
Decimal 238 179 89 0 0.25 0.63 0.07 36.24 0.81 0.64
Hex EE B3 59 0 19 3F 7 24 51 40
Octal 356 263 131 0 31 77 7 44 121 100
Binary 11101110 10110011 1011001 0 11001 111111 111 100100 1010001 1000000

Color Harmonies of #EEB359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB359

Black with #EEB359

Text Example


Text Example

White with #EEB359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB359; }

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

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

background-color css

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

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

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

border-color css

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

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

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