Html Css Color HEX #EAA534 Yellow Sea

📋 copy color: '#EAA534'

red 234 ◦ green 165 ◦ blue 52

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

Shades of Yellow Sea #EAA534

Tints of Yellow Sea #EAA534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.53%

R = 51.88%
G = 36.59%
B = 11.53%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#EAA534 (or 0xEAA534) is known color: Yellow Sea. HEX triplet: EA, A5 and 34. RGB value is (234,165,52). Sum of RGB (Red+Green+Blue) = 234+165+52=451 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.88% from 451); Green value is 165 (64.84% from 255 or 36.59% from 451); Blue value is 52 (20.70% from 255 or 11.53% from 451); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA534 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA534 is #155ACB. Grayscale: #ADADAD. Windows color (decimal): -1399500 or 3450346. OLE color: 3450346.

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

Color convert

RGB 234 165 52 -
CMYK 0 0.29 0.78 0.08
HSL 37.25º 0.81% 0.56% -
HSV(B) 37.25º 0.78% 0.92% -
XYZ 48.01 44.65 9.34 -
YUV 172.75 59.86 171.69 -
System Red Green Blue C M Y K H S L
Decimal 234 165 52 0 0.29 0.78 0.08 37.25 0.81 0.56
Hex EA A5 34 0 1D 4E 8 25 51 38
Octal 352 245 64 0 35 116 10 45 121 70
Binary 11101010 10100101 110100 0 11101 1001110 1000 100101 1010001 111000

Color Harmonies of #EAA534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA534

Black with #EAA534

Text Example


Text Example

White with #EAA534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA534; }

 p { color: rgb(234,165,52); }

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

background-color css

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

 a { background-color: rgb(234,165,52); }

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

border-color css

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

 span { border-color: rgb(234,165,52); }

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