Html Css Color HEX #ED9831 Yellow Sea

📋 copy color: '#ED9831'

red 237 ◦ green 152 ◦ blue 49

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

Shades of Yellow Sea #ED9831

Tints of Yellow Sea #ED9831

RGB

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

 GREEN value IS 152 (59.77% from 255) = 34.7%

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

R = 54.11%
G = 34.7%
B = 11.19%

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

#ED9831 (or 0xED9831) is known color: Yellow Sea. HEX triplet: ED, 98 and 31. RGB value is (237,152,49). Sum of RGB (Red+Green+Blue) = 237+152+49=438 (58% of max value = 765). Red value is 237 (92.97% from 255 or 54.11% from 438); Green value is 152 (59.77% from 255 or 34.70% from 438); Blue value is 49 (19.53% from 255 or 11.19% from 438); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9831 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9831 is #1267CE. Grayscale: #A6A6A6. Windows color (decimal): -1206223 or 3250413. OLE color: 3250413.

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

Color convert

RGB 237 152 49 -
CMYK 0 0.36 0.79 0.07
HSL 32.87º 0.84% 0.56% -
HSV(B) 32.87º 0.79% 0.93% -
XYZ 46.71 40.68 8.3 -
YUV 165.67 62.16 178.88 -
System Red Green Blue C M Y K H S L
Decimal 237 152 49 0 0.36 0.79 0.07 32.87 0.84 0.56
Hex ED 98 31 0 24 4F 7 21 54 38
Octal 355 230 61 0 44 117 7 41 124 70
Binary 11101101 10011000 110001 0 100100 1001111 111 100001 1010100 111000

Color Harmonies of #ED9831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9831

Black with #ED9831

Text Example


Text Example

White with #ED9831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9831; }

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

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

background-color css

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

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

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

border-color css

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

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

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