Html Css Color HEX #EAAE4A Casablanca

📋 copy color: '#EAAE4A'

red 234 ◦ green 174 ◦ blue 74

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

Shades of Casablanca #EAAE4A

Tints of Casablanca #EAAE4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.35%

R = 48.55%
G = 36.1%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EAAE4A (or 0xEAAE4A) is known color: Casablanca. HEX triplet: EA, AE and 4A. RGB value is (234,174,74). Sum of RGB (Red+Green+Blue) = 234+174+74=482 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.55% from 482); Green value is 174 (68.36% from 255 or 36.10% from 482); Blue value is 74 (29.30% from 255 or 15.35% from 482); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAE4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAAE4A is #1551B5. Grayscale: #B5B5B5. Windows color (decimal): -1397174 or 4894442. OLE color: 4894442.

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

Color convert

RGB 234 174 74 -
CMYK 0 0.26 0.68 0.08
HSL 37.5º 0.79% 0.6% -
HSV(B) 37.5º 0.68% 0.92% -
XYZ 50.3 48.26 13.14 -
YUV 180.54 67.88 166.13 -
System Red Green Blue C M Y K H S L
Decimal 234 174 74 0 0.26 0.68 0.08 37.5 0.79 0.6
Hex EA AE 4A 0 1A 44 8 26 4F 3C
Octal 352 256 112 0 32 104 10 46 117 74
Binary 11101010 10101110 1001010 0 11010 1000100 1000 100110 1001111 111100

Color Harmonies of #EAAE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAE4A

Black with #EAAE4A

Text Example


Text Example

White with #EAAE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAE4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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