Html Css Color HEX #E9B05C Casablanca

📋 copy color: '#E9B05C'

red 233 ◦ green 176 ◦ blue 92

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

Shades of Casablanca #E9B05C

Tints of Casablanca #E9B05C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 18.36%

R = 46.51%
G = 35.13%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#E9B05C (or 0xE9B05C) is known color: Casablanca. HEX triplet: E9, B0 and 5C. RGB value is (233,176,92). Sum of RGB (Red+Green+Blue) = 233+176+92=501 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.51% from 501); Green value is 176 (69.14% from 255 or 35.13% from 501); Blue value is 92 (36.33% from 255 or 18.36% from 501); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B05C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9B05C is #164FA3. Grayscale: #B7B7B7. Windows color (decimal): -1462180 or 6074601. OLE color: 6074601.

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

Color convert

RGB 233 176 92 -
CMYK 0 0.24 0.61 0.09
HSL 35.74º 0.76% 0.64% -
HSV(B) 35.74º 0.61% 0.91% -
XYZ 51.06 49.15 16.92 -
YUV 183.47 76.38 163.33 -
System Red Green Blue C M Y K H S L
Decimal 233 176 92 0 0.24 0.61 0.09 35.74 0.76 0.64
Hex E9 B0 5C 0 18 3D 9 24 4C 40
Octal 351 260 134 0 30 75 11 44 114 100
Binary 11101001 10110000 1011100 0 11000 111101 1001 100100 1001100 1000000

Color Harmonies of #E9B05C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9B05C

Black with #E9B05C

Text Example


Text Example

White with #E9B05C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9B05C; }

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

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

background-color css

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

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

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

border-color css

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

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

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