Html Css Color HEX #E9AC50 Casablanca

📋 copy color: '#E9AC50'

red 233 ◦ green 172 ◦ blue 80

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

Shades of Casablanca #E9AC50

Tints of Casablanca #E9AC50

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.46%

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

R = 48.04%
G = 35.46%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#E9AC50 (or 0xE9AC50) is known color: Casablanca. HEX triplet: E9, AC and 50. RGB value is (233,172,80). Sum of RGB (Red+Green+Blue) = 233+172+80=485 (64% of max value = 765). Red value is 233 (91.41% from 255 or 48.04% from 485); Green value is 172 (67.58% from 255 or 35.46% from 485); Blue value is 80 (31.64% from 255 or 16.49% from 485); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AC50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9AC50 is #1653AF. Grayscale: #B4B4B4. Windows color (decimal): -1463216 or 5287145. OLE color: 5287145.

HSL color Cylindrical-coordinate representation of color #E9AC50: hue angle of 36.08º degrees, saturation: 0.78, 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 #E9AC50 is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 172 80 -
CMYK 0 0.26 0.66 0.09
HSL 36.08º 0.78% 0.61% -
HSV(B) 36.08º 0.66% 0.91% -
XYZ 49.8 47.41 14.12 -
YUV 179.75 71.71 165.98 -
System Red Green Blue C M Y K H S L
Decimal 233 172 80 0 0.26 0.66 0.09 36.08 0.78 0.61
Hex E9 AC 50 0 1A 42 9 24 4E 3D
Octal 351 254 120 0 32 102 11 44 116 75
Binary 11101001 10101100 1010000 0 11010 1000010 1001 100100 1001110 111101

Color Harmonies of #E9AC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9AC50

Black with #E9AC50

Text Example


Text Example

White with #E9AC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9AC50; }

 p { color: rgb(233,172,80); }

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

background-color css

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

 a { background-color: rgb(233,172,80); }

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

border-color css

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

 span { border-color: rgb(233,172,80); }

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