Html Css Color HEX #E9A64D Casablanca

📋 copy color: '#E9A64D'

red 233 ◦ green 166 ◦ blue 77

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

Shades of Casablanca #E9A64D

Tints of Casablanca #E9A64D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.87%

 BLUE value IS 77 (30.47% from 255) = 16.18%

R = 48.95%
G = 34.87%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#E9A64D (or 0xE9A64D) is known color: Casablanca. HEX triplet: E9, A6 and 4D. RGB value is (233,166,77). Sum of RGB (Red+Green+Blue) = 233+166+77=476 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.95% from 476); Green value is 166 (65.23% from 255 or 34.87% from 476); Blue value is 77 (30.47% from 255 or 16.18% from 476); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A64D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9A64D is #1659B2. Grayscale: #B0B0B0. Windows color (decimal): -1464755 or 5089001. OLE color: 5089001.

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

Color convert

RGB 233 166 77 -
CMYK 0 0.29 0.67 0.09
HSL 34.23º 0.78% 0.61% -
HSV(B) 34.23º 0.67% 0.91% -
XYZ 48.58 45.13 13.17 -
YUV 175.89 72.2 168.74 -
System Red Green Blue C M Y K H S L
Decimal 233 166 77 0 0.29 0.67 0.09 34.23 0.78 0.61
Hex E9 A6 4D 0 1D 43 9 22 4E 3D
Octal 351 246 115 0 35 103 11 42 116 75
Binary 11101001 10100110 1001101 0 11101 1000011 1001 100010 1001110 111101

Color Harmonies of #E9A64D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9A64D

Black with #E9A64D

Text Example


Text Example

White with #E9A64D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9A64D; }

 p { color: rgb(233,166,77); }

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

background-color css

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

 a { background-color: rgb(233,166,77); }

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

border-color css

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

 span { border-color: rgb(233,166,77); }

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