Html Css Color HEX #E8AD4C Casablanca

📋 copy color: '#E8AD4C'

red 232 ◦ green 173 ◦ blue 76

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

Shades of Casablanca #E8AD4C

Tints of Casablanca #E8AD4C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.97%

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

R = 48.23%
G = 35.97%
B = 15.8%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#E8AD4C (or 0xE8AD4C) is known color: Casablanca. HEX triplet: E8, AD and 4C. RGB value is (232,173,76). Sum of RGB (Red+Green+Blue) = 232+173+76=481 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.23% from 481); Green value is 173 (67.97% from 255 or 35.97% from 481); Blue value is 76 (30.08% from 255 or 15.80% from 481); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AD4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8AD4C is #1752B3. Grayscale: #B4B4B4. Windows color (decimal): -1528500 or 5025256. OLE color: 5025256.

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

Color convert

RGB 232 173 76 -
CMYK 0 0.25 0.67 0.09
HSL 37.31º 0.77% 0.6% -
HSV(B) 37.31º 0.67% 0.91% -
XYZ 49.53 47.56 13.41 -
YUV 179.58 69.55 165.39 -
System Red Green Blue C M Y K H S L
Decimal 232 173 76 0 0.25 0.67 0.09 37.31 0.77 0.6
Hex E8 AD 4C 0 19 43 9 25 4D 3C
Octal 350 255 114 0 31 103 11 45 115 74
Binary 11101000 10101101 1001100 0 11001 1000011 1001 100101 1001101 111100

Color Harmonies of #E8AD4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8AD4C

Black with #E8AD4C

Text Example


Text Example

White with #E8AD4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8AD4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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