Html Css Color HEX #E9A54B Casablanca

📋 copy color: '#E9A54B'

red 233 ◦ green 165 ◦ blue 75

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

Shades of Casablanca #E9A54B

Tints of Casablanca #E9A54B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.88%

 BLUE value IS 75 (29.69% from 255) = 15.86%

R = 49.26%
G = 34.88%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E9A54B (or 0xE9A54B) is known color: Casablanca. HEX triplet: E9, A5 and 4B. RGB value is (233,165,75). Sum of RGB (Red+Green+Blue) = 233+165+75=473 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.26% from 473); Green value is 165 (64.84% from 255 or 34.88% from 473); Blue value is 75 (29.69% from 255 or 15.86% from 473); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A54B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9A54B is #165AB4. Grayscale: #AFAFAF. Windows color (decimal): -1465013 or 4957673. OLE color: 4957673.

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

Color convert

RGB 233 165 75 -
CMYK 0 0.29 0.68 0.09
HSL 34.18º 0.78% 0.6% -
HSV(B) 34.18º 0.68% 0.91% -
XYZ 48.33 44.74 12.75 -
YUV 175.07 71.53 169.32 -
System Red Green Blue C M Y K H S L
Decimal 233 165 75 0 0.29 0.68 0.09 34.18 0.78 0.6
Hex E9 A5 4B 0 1D 44 9 22 4E 3C
Octal 351 245 113 0 35 104 11 42 116 74
Binary 11101001 10100101 1001011 0 11101 1000100 1001 100010 1001110 111100

Color Harmonies of #E9A54B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9A54B

Black with #E9A54B

Text Example


Text Example

White with #E9A54B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9A54B; }

 p { color: rgb(233,165,75); }

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

background-color css

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

 a { background-color: rgb(233,165,75); }

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

border-color css

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

 span { border-color: rgb(233,165,75); }

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