Html Css Color HEX #EA992F Yellow Sea

📋 copy color: '#EA992F'

red 234 ◦ green 153 ◦ blue 47

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

Shades of Yellow Sea #EA992F

Tints of Yellow Sea #EA992F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.25%

 BLUE value IS 47 (18.75% from 255) = 10.83%

R = 53.92%
G = 35.25%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EA992F (or 0xEA992F) is known color: Yellow Sea. HEX triplet: EA, 99 and 2F. RGB value is (234,153,47). Sum of RGB (Red+Green+Blue) = 234+153+47=434 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.92% from 434); Green value is 153 (60.16% from 255 or 35.25% from 434); Blue value is 47 (18.75% from 255 or 10.83% from 434); Max value from RGB is 234 - color contains mainly: red. Hex color #EA992F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA992F is #1566D0. Grayscale: #A5A5A5. Windows color (decimal): -1402577 or 3119594. OLE color: 3119594.

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

Color convert

RGB 234 153 47 -
CMYK 0 0.35 0.80 0.08
HSL 34.01º 0.82% 0.55% -
HSV(B) 34.01º 0.8% 0.92% -
XYZ 45.84 40.48 8.09 -
YUV 165.14 61.34 177.12 -
System Red Green Blue C M Y K H S L
Decimal 234 153 47 0 0.35 0.80 0.08 34.01 0.82 0.55
Hex EA 99 2F 0 23 50 8 22 52 37
Octal 352 231 57 0 43 120 10 42 122 67
Binary 11101010 10011001 101111 0 100011 1010000 1000 100010 1010010 110111

Color Harmonies of #EA992F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA992F

Black with #EA992F

Text Example


Text Example

White with #EA992F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA992F; }

 p { color: rgb(234,153,47); }

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

background-color css

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

 a { background-color: rgb(234,153,47); }

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

border-color css

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

 span { border-color: rgb(234,153,47); }

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