Html Css Color HEX #EA9934 Yellow Sea

📋 copy color: '#EA9934'

red 234 ◦ green 153 ◦ blue 52

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

Shades of Yellow Sea #EA9934

Tints of Yellow Sea #EA9934

RGB

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

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

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

R = 53.3%
G = 34.85%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#EA9934 (or 0xEA9934) is known color: Yellow Sea. HEX triplet: EA, 99 and 34. RGB value is (234,153,52). Sum of RGB (Red+Green+Blue) = 234+153+52=439 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.30% from 439); Green value is 153 (60.16% from 255 or 34.85% from 439); Blue value is 52 (20.70% from 255 or 11.85% from 439); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9934 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA9934 is #1566CB. Grayscale: #A6A6A6. Windows color (decimal): -1402572 or 3447274. OLE color: 3447274.

HSL color Cylindrical-coordinate representation of color #EA9934: hue angle of 33.3º 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 #EA9934 is Cyan = 0, Magento = 0.35, Yellow = 0.78 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 153 52 -
CMYK 0 0.35 0.78 0.08
HSL 33.3º 0.81% 0.56% -
HSV(B) 33.3º 0.78% 0.92% -
XYZ 45.94 40.52 8.65 -
YUV 165.71 63.84 176.71 -
System Red Green Blue C M Y K H S L
Decimal 234 153 52 0 0.35 0.78 0.08 33.3 0.81 0.56
Hex EA 99 34 0 23 4E 8 21 51 38
Octal 352 231 64 0 43 116 10 41 121 70
Binary 11101010 10011001 110100 0 100011 1001110 1000 100001 1010001 111000

Color Harmonies of #EA9934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9934

Black with #EA9934

Text Example


Text Example

White with #EA9934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9934; }

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

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

background-color css

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

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

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

border-color css

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

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

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