Html Css Color HEX #E9A64A Casablanca

📋 copy color: '#E9A64A'

red 233 ◦ green 166 ◦ blue 74

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

Shades of Casablanca #E9A64A

Tints of Casablanca #E9A64A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.64%

R = 49.26%
G = 35.1%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E9A64A (or 0xE9A64A) is known color: Casablanca. HEX triplet: E9, A6 and 4A. RGB value is (233,166,74). Sum of RGB (Red+Green+Blue) = 233+166+74=473 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.26% from 473); Green value is 166 (65.23% from 255 or 35.10% from 473); Blue value is 74 (29.30% from 255 or 15.64% from 473); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A64A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9A64A is #1659B5. Grayscale: #AFAFAF. Windows color (decimal): -1464758 or 4892393. OLE color: 4892393.

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

Color convert

RGB 233 166 74 -
CMYK 0 0.29 0.68 0.09
HSL 34.72º 0.78% 0.6% -
HSV(B) 34.72º 0.68% 0.91% -
XYZ 48.48 45.09 12.63 -
YUV 175.55 70.7 168.98 -
System Red Green Blue C M Y K H S L
Decimal 233 166 74 0 0.29 0.68 0.09 34.72 0.78 0.6
Hex E9 A6 4A 0 1D 44 9 23 4E 3C
Octal 351 246 112 0 35 104 11 43 116 74
Binary 11101001 10100110 1001010 0 11101 1000100 1001 100011 1001110 111100

Color Harmonies of #E9A64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9A64A

Black with #E9A64A

Text Example


Text Example

White with #E9A64A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9A64A; }

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

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

background-color css

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

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

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

border-color css

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

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

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