Html Css Color HEX #ED9931 Yellow Sea

📋 copy color: '#ED9931'

red 237 ◦ green 153 ◦ blue 49

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

Shades of Yellow Sea #ED9931

Tints of Yellow Sea #ED9931

RGB

 RED value IS 237 (92.97% from 255) = 53.99%

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

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

R = 53.99%
G = 34.85%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#ED9931 (or 0xED9931) is known color: Yellow Sea. HEX triplet: ED, 99 and 31. RGB value is (237,153,49). Sum of RGB (Red+Green+Blue) = 237+153+49=439 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.99% from 439); Green value is 153 (60.16% from 255 or 34.85% from 439); Blue value is 49 (19.53% from 255 or 11.16% from 439); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9931 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9931 is #1266CE. Grayscale: #A6A6A6. Windows color (decimal): -1205967 or 3250669. OLE color: 3250669.

HSL color Cylindrical-coordinate representation of color #ED9931: hue angle of 33.19º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ED9931 is Cyan = 0, Magento = 0.35, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 153 49 -
CMYK 0 0.35 0.79 0.07
HSL 33.19º 0.84% 0.56% -
HSV(B) 33.19º 0.79% 0.93% -
XYZ 46.87 41.01 8.35 -
YUV 166.26 61.83 178.46 -
System Red Green Blue C M Y K H S L
Decimal 237 153 49 0 0.35 0.79 0.07 33.19 0.84 0.56
Hex ED 99 31 0 23 4F 7 21 54 38
Octal 355 231 61 0 43 117 7 41 124 70
Binary 11101101 10011001 110001 0 100011 1001111 111 100001 1010100 111000

Color Harmonies of #ED9931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9931

Black with #ED9931

Text Example


Text Example

White with #ED9931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9931; }

 p { color: rgb(237,153,49); }

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

background-color css

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

 a { background-color: rgb(237,153,49); }

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

border-color css

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

 span { border-color: rgb(237,153,49); }

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