Html Css Color HEX #EA9E2A Yellow Sea

📋 copy color: '#EA9E2A'

red 234 ◦ green 158 ◦ blue 42

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

Shades of Yellow Sea #EA9E2A

Tints of Yellow Sea #EA9E2A

RGB

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

 GREEN value IS 158 (62.11% from 255) = 36.41%

 BLUE value IS 42 (16.8% from 255) = 9.68%

R = 53.92%
G = 36.41%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EA9E2A (or 0xEA9E2A) is known color: Yellow Sea. HEX triplet: EA, 9E and 2A. RGB value is (234,158,42). Sum of RGB (Red+Green+Blue) = 234+158+42=434 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.92% from 434); Green value is 158 (62.11% from 255 or 36.41% from 434); Blue value is 42 (16.80% from 255 or 9.68% from 434); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9E2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA9E2A is #1561D5. Grayscale: #A8A8A8. Windows color (decimal): -1401302 or 2793194. OLE color: 2793194.

HSL color Cylindrical-coordinate representation of color #EA9E2A: hue angle of 36.25º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EA9E2A is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 158 42 -
CMYK 0 0.32 0.82 0.08
HSL 36.25º 0.82% 0.54% -
HSV(B) 36.25º 0.82% 0.92% -
XYZ 46.58 42.11 7.86 -
YUV 167.5 57.18 175.43 -
System Red Green Blue C M Y K H S L
Decimal 234 158 42 0 0.32 0.82 0.08 36.25 0.82 0.54
Hex EA 9E 2A 0 20 52 8 24 52 36
Octal 352 236 52 0 40 122 10 44 122 66
Binary 11101010 10011110 101010 0 100000 1010010 1000 100100 1010010 110110

Color Harmonies of #EA9E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9E2A

Black with #EA9E2A

Text Example


Text Example

White with #EA9E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9E2A; }

 p { color: rgb(234,158,42); }

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

background-color css

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

 a { background-color: rgb(234,158,42); }

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

border-color css

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

 span { border-color: rgb(234,158,42); }

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