Html Css Color HEX #E9B05E Casablanca

📋 copy color: '#E9B05E'

red 233 ◦ green 176 ◦ blue 94

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

Shades of Casablanca #E9B05E

Tints of Casablanca #E9B05E

RGB

 RED value IS 233 (91.41% from 255) = 46.32%

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

 BLUE value IS 94 (37.11% from 255) = 18.69%

R = 46.32%
G = 34.99%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#E9B05E (or 0xE9B05E) is known color: Casablanca. HEX triplet: E9, B0 and 5E. RGB value is (233,176,94). Sum of RGB (Red+Green+Blue) = 233+176+94=503 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.32% from 503); Green value is 176 (69.14% from 255 or 34.99% from 503); Blue value is 94 (37.11% from 255 or 18.69% from 503); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B05E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9B05E is #164FA1. Grayscale: #B8B8B8. Windows color (decimal): -1462178 or 6205673. OLE color: 6205673.

HSL color Cylindrical-coordinate representation of color #E9B05E: hue angle of 35.4º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E9B05E is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 176 94 -
CMYK 0 0.24 0.60 0.09
HSL 35.4º 0.76% 0.64% -
HSV(B) 35.4º 0.6% 0.91% -
XYZ 51.15 49.18 17.39 -
YUV 183.7 77.38 163.17 -
System Red Green Blue C M Y K H S L
Decimal 233 176 94 0 0.24 0.60 0.09 35.4 0.76 0.64
Hex E9 B0 5E 0 18 3C 9 23 4C 40
Octal 351 260 136 0 30 74 11 43 114 100
Binary 11101001 10110000 1011110 0 11000 111100 1001 100011 1001100 1000000

Color Harmonies of #E9B05E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9B05E

Black with #E9B05E

Text Example


Text Example

White with #E9B05E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9B05E; }

 p { color: rgb(233,176,94); }

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

background-color css

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

 a { background-color: rgb(233,176,94); }

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

border-color css

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

 span { border-color: rgb(233,176,94); }

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