Html Css Color HEX #EA9731 Yellow Sea

📋 copy color: '#EA9731'

red 234 ◦ green 151 ◦ blue 49

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

Shades of Yellow Sea #EA9731

Tints of Yellow Sea #EA9731

RGB

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

 GREEN value IS 151 (59.38% from 255) = 34.79%

 BLUE value IS 49 (19.53% from 255) = 11.29%

R = 53.92%
G = 34.79%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EA9731 (or 0xEA9731) is known color: Yellow Sea. HEX triplet: EA, 97 and 31. RGB value is (234,151,49). Sum of RGB (Red+Green+Blue) = 234+151+49=434 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.92% from 434); Green value is 151 (59.38% from 255 or 34.79% from 434); Blue value is 49 (19.53% from 255 or 11.29% from 434); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9731 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA9731 is #1568CE. Grayscale: #A4A4A4. Windows color (decimal): -1403087 or 3250154. OLE color: 3250154.

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

Color convert

RGB 234 151 49 -
CMYK 0 0.35 0.79 0.08
HSL 33.08º 0.81% 0.55% -
HSV(B) 33.08º 0.79% 0.92% -
XYZ 45.55 39.85 8.2 -
YUV 164.19 63 177.79 -
System Red Green Blue C M Y K H S L
Decimal 234 151 49 0 0.35 0.79 0.08 33.08 0.81 0.55
Hex EA 97 31 0 23 4F 8 21 51 37
Octal 352 227 61 0 43 117 10 41 121 67
Binary 11101010 10010111 110001 0 100011 1001111 1000 100001 1010001 110111

Color Harmonies of #EA9731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9731

Black with #EA9731

Text Example


Text Example

White with #EA9731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9731; }

 p { color: rgb(234,151,49); }

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

background-color css

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

 a { background-color: rgb(234,151,49); }

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

border-color css

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

 span { border-color: rgb(234,151,49); }

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