Html Css Color HEX #E8A64C Casablanca

📋 copy color: '#E8A64C'

red 232 ◦ green 166 ◦ blue 76

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

Shades of Casablanca #E8A64C

Tints of Casablanca #E8A64C

RGB

 RED value IS 232 (91.02% from 255) = 48.95%

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

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

R = 48.95%
G = 35.02%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#E8A64C (or 0xE8A64C) is known color: Casablanca. HEX triplet: E8, A6 and 4C. RGB value is (232,166,76). Sum of RGB (Red+Green+Blue) = 232+166+76=474 (62% of max value = 765). Red value is 232 (91.02% from 255 or 48.95% from 474); Green value is 166 (65.23% from 255 or 35.02% from 474); Blue value is 76 (30.08% from 255 or 16.03% from 474); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A64C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8A64C is #1759B3. Grayscale: #AFAFAF. Windows color (decimal): -1530292 or 5023464. OLE color: 5023464.

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

Color convert

RGB 232 166 76 -
CMYK 0 0.28 0.67 0.09
HSL 34.62º 0.77% 0.6% -
HSV(B) 34.62º 0.67% 0.91% -
XYZ 48.22 44.95 12.97 -
YUV 175.47 71.87 168.32 -
System Red Green Blue C M Y K H S L
Decimal 232 166 76 0 0.28 0.67 0.09 34.62 0.77 0.6
Hex E8 A6 4C 0 1C 43 9 23 4D 3C
Octal 350 246 114 0 34 103 11 43 115 74
Binary 11101000 10100110 1001100 0 11100 1000011 1001 100011 1001101 111100

Color Harmonies of #E8A64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8A64C

Black with #E8A64C

Text Example


Text Example

White with #E8A64C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8A64C; }

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

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

background-color css

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

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

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

border-color css

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

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

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