Html Css Color HEX #EAAE49 Casablanca

📋 copy color: '#EAAE49'

red 234 ◦ green 174 ◦ blue 73

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

Shades of Casablanca #EAAE49

Tints of Casablanca #EAAE49

RGB

 RED value IS 234 (91.8% from 255) = 48.65%

 GREEN value IS 174 (68.36% from 255) = 36.17%

 BLUE value IS 73 (28.91% from 255) = 15.18%

R = 48.65%
G = 36.17%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EAAE49 (or 0xEAAE49) is known color: Casablanca. HEX triplet: EA, AE and 49. RGB value is (234,174,73). Sum of RGB (Red+Green+Blue) = 234+174+73=481 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.65% from 481); Green value is 174 (68.36% from 255 or 36.17% from 481); Blue value is 73 (28.91% from 255 or 15.18% from 481); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAE49 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAAE49 is #1551B6. Grayscale: #B4B4B4. Windows color (decimal): -1397175 or 4828906. OLE color: 4828906.

HSL color Cylindrical-coordinate representation of color #EAAE49: hue angle of 37.64º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EAAE49 is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 174 73 -
CMYK 0 0.26 0.69 0.08
HSL 37.64º 0.79% 0.6% -
HSV(B) 37.64º 0.69% 0.92% -
XYZ 50.27 48.25 12.97 -
YUV 180.43 67.38 166.21 -
System Red Green Blue C M Y K H S L
Decimal 234 174 73 0 0.26 0.69 0.08 37.64 0.79 0.6
Hex EA AE 49 0 1A 45 8 26 4F 3C
Octal 352 256 111 0 32 105 10 46 117 74
Binary 11101010 10101110 1001001 0 11010 1000101 1000 100110 1001111 111100

Color Harmonies of #EAAE49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAE49

Black with #EAAE49

Text Example


Text Example

White with #EAAE49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAE49; }

 p { color: rgb(234,174,73); }

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

background-color css

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

 a { background-color: rgb(234,174,73); }

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

border-color css

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

 span { border-color: rgb(234,174,73); }

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