Html Css Color HEX #EEB15D Casablanca

📋 copy color: '#EEB15D'

red 238 ◦ green 177 ◦ blue 93

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

Shades of Casablanca #EEB15D

Tints of Casablanca #EEB15D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 18.31%

R = 46.85%
G = 34.84%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EEB15D (or 0xEEB15D) is known color: Casablanca. HEX triplet: EE, B1 and 5D. RGB value is (238,177,93). Sum of RGB (Red+Green+Blue) = 238+177+93=508 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.85% from 508); Green value is 177 (69.53% from 255 or 34.84% from 508); Blue value is 93 (36.72% from 255 or 18.31% from 508); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB15D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEB15D is #114EA2. Grayscale: #BABABA. Windows color (decimal): -1134243 or 6140398. OLE color: 6140398.

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

Color convert

RGB 238 177 93 -
CMYK 0 0.26 0.61 0.07
HSL 34.76º 0.81% 0.65% -
HSV(B) 34.76º 0.61% 0.93% -
XYZ 52.96 50.41 17.3 -
YUV 185.66 75.71 165.33 -
System Red Green Blue C M Y K H S L
Decimal 238 177 93 0 0.26 0.61 0.07 34.76 0.81 0.65
Hex EE B1 5D 0 1A 3D 7 23 51 41
Octal 356 261 135 0 32 75 7 43 121 101
Binary 11101110 10110001 1011101 0 11010 111101 111 100011 1010001 1000001

Color Harmonies of #EEB15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB15D

Black with #EEB15D

Text Example


Text Example

White with #EEB15D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB15D; }

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

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

background-color css

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

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

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

border-color css

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

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

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