Html Css Color HEX #EAAE54 Casablanca

📋 copy color: '#EAAE54'

red 234 ◦ green 174 ◦ blue 84

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

Shades of Casablanca #EAAE54

Tints of Casablanca #EAAE54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 17.07%

R = 47.56%
G = 35.37%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EAAE54 (or 0xEAAE54) is known color: Casablanca. HEX triplet: EA, AE and 54. RGB value is (234,174,84). Sum of RGB (Red+Green+Blue) = 234+174+84=492 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.56% from 492); Green value is 174 (68.36% from 255 or 35.37% from 492); Blue value is 84 (33.20% from 255 or 17.07% from 492); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAE54 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAAE54 is #1551AB. Grayscale: #B6B6B6. Windows color (decimal): -1397164 or 5549802. OLE color: 5549802.

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

Color convert

RGB 234 174 84 -
CMYK 0 0.26 0.64 0.08
HSL 36º 0.78% 0.62% -
HSV(B) 36º 0.64% 0.92% -
XYZ 50.67 48.4 15.06 -
YUV 181.68 72.88 165.32 -
System Red Green Blue C M Y K H S L
Decimal 234 174 84 0 0.26 0.64 0.08 36 0.78 0.62
Hex EA AE 54 0 1A 40 8 24 4E 3E
Octal 352 256 124 0 32 100 10 44 116 76
Binary 11101010 10101110 1010100 0 11010 1000000 1000 100100 1001110 111110

Color Harmonies of #EAAE54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAE54

Black with #EAAE54

Text Example


Text Example

White with #EAAE54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAE54; }

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

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

background-color css

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

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

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

border-color css

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

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

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