Html Css Color HEX #E8A84A Casablanca

📋 copy color: '#E8A84A'

red 232 ◦ green 168 ◦ blue 74

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

Shades of Casablanca #E8A84A

Tints of Casablanca #E8A84A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.44%

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

R = 48.95%
G = 35.44%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E8A84A (or 0xE8A84A) is known color: Casablanca. HEX triplet: E8, A8 and 4A. RGB value is (232,168,74). Sum of RGB (Red+Green+Blue) = 232+168+74=474 (62% of max value = 765). Red value is 232 (91.02% from 255 or 48.95% from 474); Green value is 168 (66.02% from 255 or 35.44% from 474); Blue value is 74 (29.30% from 255 or 15.61% from 474); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A84A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8A84A is #1757B5. Grayscale: #B0B0B0. Windows color (decimal): -1529782 or 4892904. OLE color: 4892904.

HSL color Cylindrical-coordinate representation of color #E8A84A: hue angle of 35.7º degrees, saturation: 0.77, 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 #E8A84A is Cyan = 0, Magento = 0.28, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 168 74 -
CMYK 0 0.28 0.68 0.09
HSL 35.7º 0.77% 0.6% -
HSV(B) 35.7º 0.68% 0.91% -
XYZ 48.52 45.66 12.73 -
YUV 176.42 70.2 167.64 -
System Red Green Blue C M Y K H S L
Decimal 232 168 74 0 0.28 0.68 0.09 35.7 0.77 0.6
Hex E8 A8 4A 0 1C 44 9 24 4D 3C
Octal 350 250 112 0 34 104 11 44 115 74
Binary 11101000 10101000 1001010 0 11100 1000100 1001 100100 1001101 111100

Color Harmonies of #E8A84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8A84A

Black with #E8A84A

Text Example


Text Example

White with #E8A84A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8A84A; }

 p { color: rgb(232,168,74); }

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

background-color css

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

 a { background-color: rgb(232,168,74); }

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

border-color css

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

 span { border-color: rgb(232,168,74); }

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