Html Css Color HEX #E9AF5C Casablanca

📋 copy color: '#E9AF5C'

red 233 ◦ green 175 ◦ blue 92

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

Shades of Casablanca #E9AF5C

Tints of Casablanca #E9AF5C

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35%

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

R = 46.6%
G = 35%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#E9AF5C (or 0xE9AF5C) is known color: Casablanca. HEX triplet: E9, AF and 5C. RGB value is (233,175,92). Sum of RGB (Red+Green+Blue) = 233+175+92=500 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.6% from 500); Green value is 175 (68.75% from 255 or 35% from 500); Blue value is 92 (36.33% from 255 or 18.4% from 500); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AF5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9AF5C is #1650A3. Grayscale: #B7B7B7. Windows color (decimal): -1462436 or 6074345. OLE color: 6074345.

HSL color Cylindrical-coordinate representation of color #E9AF5C: hue angle of 35.32º 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 #E9AF5C is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 175 92 -
CMYK 0 0.25 0.61 0.09
HSL 35.32º 0.76% 0.64% -
HSV(B) 35.32º 0.61% 0.91% -
XYZ 50.87 48.76 16.86 -
YUV 182.88 76.72 163.75 -
System Red Green Blue C M Y K H S L
Decimal 233 175 92 0 0.25 0.61 0.09 35.32 0.76 0.64
Hex E9 AF 5C 0 19 3D 9 23 4C 40
Octal 351 257 134 0 31 75 11 43 114 100
Binary 11101001 10101111 1011100 0 11001 111101 1001 100011 1001100 1000000

Color Harmonies of #E9AF5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9AF5C

Black with #E9AF5C

Text Example


Text Example

White with #E9AF5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9AF5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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