Html Css Color HEX #E8AD50 Casablanca

📋 copy color: '#E8AD50'

red 232 ◦ green 173 ◦ blue 80

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

Shades of Casablanca #E8AD50

Tints of Casablanca #E8AD50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 16.49%

R = 47.84%
G = 35.67%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#E8AD50 (or 0xE8AD50) is known color: Casablanca. HEX triplet: E8, AD and 50. RGB value is (232,173,80). Sum of RGB (Red+Green+Blue) = 232+173+80=485 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.84% from 485); Green value is 173 (67.97% from 255 or 35.67% from 485); Blue value is 80 (31.64% from 255 or 16.49% from 485); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AD50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8AD50 is #1752AF. Grayscale: #B4B4B4. Windows color (decimal): -1528496 or 5287400. OLE color: 5287400.

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

Color convert

RGB 232 173 80 -
CMYK 0 0.25 0.66 0.09
HSL 36.71º 0.77% 0.61% -
HSV(B) 36.71º 0.66% 0.91% -
XYZ 49.67 47.62 14.16 -
YUV 180.04 71.55 165.06 -
System Red Green Blue C M Y K H S L
Decimal 232 173 80 0 0.25 0.66 0.09 36.71 0.77 0.61
Hex E8 AD 50 0 19 42 9 25 4D 3D
Octal 350 255 120 0 31 102 11 45 115 75
Binary 11101000 10101101 1010000 0 11001 1000010 1001 100101 1001101 111101

Color Harmonies of #E8AD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8AD50

Black with #E8AD50

Text Example


Text Example

White with #E8AD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8AD50; }

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

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

background-color css

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

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

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

border-color css

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

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

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