Html Css Color HEX #E9AD50 Casablanca

📋 copy color: '#E9AD50'

red 233 ◦ green 173 ◦ blue 80

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

Shades of Casablanca #E9AD50

Tints of Casablanca #E9AD50

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.6%

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

R = 47.94%
G = 35.6%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#E9AD50 (or 0xE9AD50) is known color: Casablanca. HEX triplet: E9, AD and 50. RGB value is (233,173,80). Sum of RGB (Red+Green+Blue) = 233+173+80=486 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.94% from 486); Green value is 173 (67.97% from 255 or 35.60% from 486); Blue value is 80 (31.64% from 255 or 16.46% from 486); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AD50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9AD50 is #1652AF. Grayscale: #B4B4B4. Windows color (decimal): -1462960 or 5287401. OLE color: 5287401.

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

Color convert

RGB 233 173 80 -
CMYK 0 0.26 0.66 0.09
HSL 36.47º 0.78% 0.61% -
HSV(B) 36.47º 0.66% 0.91% -
XYZ 50 47.79 14.18 -
YUV 180.34 71.38 165.56 -
System Red Green Blue C M Y K H S L
Decimal 233 173 80 0 0.26 0.66 0.09 36.47 0.78 0.61
Hex E9 AD 50 0 1A 42 9 24 4E 3D
Octal 351 255 120 0 32 102 11 44 116 75
Binary 11101001 10101101 1010000 0 11010 1000010 1001 100100 1001110 111101

Color Harmonies of #E9AD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9AD50

Black with #E9AD50

Text Example


Text Example

White with #E9AD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9AD50; }

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

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

background-color css

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

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

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

border-color css

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

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

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