Html Css Color HEX #E9AF50 Casablanca

📋 copy color: '#E9AF50'

red 233 ◦ green 175 ◦ blue 80

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

Shades of Casablanca #E9AF50

Tints of Casablanca #E9AF50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 16.39%

R = 47.75%
G = 35.86%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#E9AF50 (or 0xE9AF50) is known color: Casablanca. HEX triplet: E9, AF and 50. RGB value is (233,175,80). Sum of RGB (Red+Green+Blue) = 233+175+80=488 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.75% from 488); Green value is 175 (68.75% from 255 or 35.86% from 488); Blue value is 80 (31.64% from 255 or 16.39% from 488); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AF50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9AF50 is #1650AF. Grayscale: #B5B5B5. Windows color (decimal): -1462448 or 5287913. OLE color: 5287913.

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

Color convert

RGB 233 175 80 -
CMYK 0 0.25 0.66 0.09
HSL 37.25º 0.78% 0.61% -
HSV(B) 37.25º 0.66% 0.91% -
XYZ 50.38 48.56 14.31 -
YUV 181.51 70.72 164.72 -
System Red Green Blue C M Y K H S L
Decimal 233 175 80 0 0.25 0.66 0.09 37.25 0.78 0.61
Hex E9 AF 50 0 19 42 9 25 4E 3D
Octal 351 257 120 0 31 102 11 45 116 75
Binary 11101001 10101111 1010000 0 11001 1000010 1001 100101 1001110 111101

Color Harmonies of #E9AF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9AF50

Black with #E9AF50

Text Example


Text Example

White with #E9AF50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9AF50; }

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

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

background-color css

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

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

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

border-color css

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

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

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