Html Css Color HEX #ED9731 Yellow Sea

📋 copy color: '#ED9731'

red 237 ◦ green 151 ◦ blue 49

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

Shades of Yellow Sea #ED9731

Tints of Yellow Sea #ED9731

RGB

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

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

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

R = 54.23%
G = 34.55%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#ED9731 (or 0xED9731) is known color: Yellow Sea. HEX triplet: ED, 97 and 31. RGB value is (237,151,49). Sum of RGB (Red+Green+Blue) = 237+151+49=437 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.23% from 437); Green value is 151 (59.38% from 255 or 34.55% from 437); Blue value is 49 (19.53% from 255 or 11.21% from 437); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9731 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9731 is #1268CE. Grayscale: #A5A5A5. Windows color (decimal): -1206479 or 3250157. OLE color: 3250157.

HSL color Cylindrical-coordinate representation of color #ED9731: hue angle of 32.55º 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 #ED9731 is Cyan = 0, Magento = 0.36, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 151 49 -
CMYK 0 0.36 0.79 0.07
HSL 32.55º 0.84% 0.56% -
HSV(B) 32.55º 0.79% 0.93% -
XYZ 46.55 40.36 8.24 -
YUV 165.09 62.49 179.29 -
System Red Green Blue C M Y K H S L
Decimal 237 151 49 0 0.36 0.79 0.07 32.55 0.84 0.56
Hex ED 97 31 0 24 4F 7 21 54 38
Octal 355 227 61 0 44 117 7 41 124 70
Binary 11101101 10010111 110001 0 100100 1001111 111 100001 1010100 111000

Color Harmonies of #ED9731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9731

Black with #ED9731

Text Example


Text Example

White with #ED9731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9731; }

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

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

background-color css

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

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

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

border-color css

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

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

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