Html Css Color HEX #EEB15A Casablanca

📋 copy color: '#EEB15A'

red 238 ◦ green 177 ◦ blue 90

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

Shades of Casablanca #EEB15A

Tints of Casablanca #EEB15A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 17.82%

R = 47.13%
G = 35.05%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EEB15A (or 0xEEB15A) is known color: Casablanca. HEX triplet: EE, B1 and 5A. RGB value is (238,177,90). Sum of RGB (Red+Green+Blue) = 238+177+90=505 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.13% from 505); Green value is 177 (69.53% from 255 or 35.05% from 505); Blue value is 90 (35.55% from 255 or 17.82% from 505); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB15A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEB15A is #114EA5. Grayscale: #B9B9B9. Windows color (decimal): -1134246 or 5943790. OLE color: 5943790.

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

Color convert

RGB 238 177 90 -
CMYK 0 0.26 0.62 0.07
HSL 35.27º 0.81% 0.64% -
HSV(B) 35.27º 0.62% 0.93% -
XYZ 52.83 50.36 16.61 -
YUV 185.32 74.21 165.57 -
System Red Green Blue C M Y K H S L
Decimal 238 177 90 0 0.26 0.62 0.07 35.27 0.81 0.64
Hex EE B1 5A 0 1A 3E 7 23 51 40
Octal 356 261 132 0 32 76 7 43 121 100
Binary 11101110 10110001 1011010 0 11010 111110 111 100011 1010001 1000000

Color Harmonies of #EEB15A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB15A

Black with #EEB15A

Text Example


Text Example

White with #EEB15A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB15A; }

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

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

background-color css

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

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

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

border-color css

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

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

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