Html Css Color HEX #EEB15B Casablanca

📋 copy color: '#EEB15B'

red 238 ◦ green 177 ◦ blue 91

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

Shades of Casablanca #EEB15B

Tints of Casablanca #EEB15B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 17.98%

R = 47.04%
G = 34.98%
B = 17.98%

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

#EEB15B (or 0xEEB15B) is known color: Casablanca. HEX triplet: EE, B1 and 5B. RGB value is (238,177,91). Sum of RGB (Red+Green+Blue) = 238+177+91=506 (67% of max value = 765). Red value is 238 (93.36% from 255 or 47.04% from 506); Green value is 177 (69.53% from 255 or 34.98% from 506); Blue value is 91 (35.94% from 255 or 17.98% from 506); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB15B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEB15B is #114EA4. Grayscale: #B9B9B9. Windows color (decimal): -1134245 or 6009326. OLE color: 6009326.

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

Color convert

RGB 238 177 91 -
CMYK 0 0.26 0.62 0.07
HSL 35.1º 0.81% 0.65% -
HSV(B) 35.1º 0.62% 0.93% -
XYZ 52.87 50.38 16.83 -
YUV 185.44 74.71 165.49 -
System Red Green Blue C M Y K H S L
Decimal 238 177 91 0 0.26 0.62 0.07 35.1 0.81 0.65
Hex EE B1 5B 0 1A 3E 7 23 51 41
Octal 356 261 133 0 32 76 7 43 121 101
Binary 11101110 10110001 1011011 0 11010 111110 111 100011 1010001 1000001

Color Harmonies of #EEB15B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB15B

Black with #EEB15B

Text Example


Text Example

White with #EEB15B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB15B; }

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

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

background-color css

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

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

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

border-color css

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

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

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