Html Css Color HEX #E9A64C Casablanca

📋 copy color: '#E9A64C'

red 233 ◦ green 166 ◦ blue 76

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

Shades of Casablanca #E9A64C

Tints of Casablanca #E9A64C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 16%

R = 49.05%
G = 34.95%
B = 16%

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

#E9A64C (or 0xE9A64C) is known color: Casablanca. HEX triplet: E9, A6 and 4C. RGB value is (233,166,76). Sum of RGB (Red+Green+Blue) = 233+166+76=475 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.05% from 475); Green value is 166 (65.23% from 255 or 34.95% from 475); Blue value is 76 (30.08% from 255 or 16% from 475); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A64C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9A64C is #1659B3. Grayscale: #B0B0B0. Windows color (decimal): -1464756 or 5023465. OLE color: 5023465.

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

Color convert

RGB 233 166 76 -
CMYK 0 0.29 0.67 0.09
HSL 34.39º 0.78% 0.61% -
HSV(B) 34.39º 0.67% 0.91% -
XYZ 48.55 45.12 12.99 -
YUV 175.77 71.7 168.82 -
System Red Green Blue C M Y K H S L
Decimal 233 166 76 0 0.29 0.67 0.09 34.39 0.78 0.61
Hex E9 A6 4C 0 1D 43 9 22 4E 3D
Octal 351 246 114 0 35 103 11 42 116 75
Binary 11101001 10100110 1001100 0 11101 1000011 1001 100010 1001110 111101

Color Harmonies of #E9A64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9A64C

Black with #E9A64C

Text Example


Text Example

White with #E9A64C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9A64C; }

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

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

background-color css

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

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

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

border-color css

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

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

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