Html Css Color HEX #ED9E2C Yellow Sea

📋 copy color: '#ED9E2C'

red 237 ◦ green 158 ◦ blue 44

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

Shades of Yellow Sea #ED9E2C

Tints of Yellow Sea #ED9E2C

RGB

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

 GREEN value IS 158 (62.11% from 255) = 35.99%

 BLUE value IS 44 (17.58% from 255) = 10.02%

R = 53.99%
G = 35.99%
B = 10.02%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#ED9E2C (or 0xED9E2C) is known color: Yellow Sea. HEX triplet: ED, 9E and 2C. RGB value is (237,158,44). Sum of RGB (Red+Green+Blue) = 237+158+44=439 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.99% from 439); Green value is 158 (62.11% from 255 or 35.99% from 439); Blue value is 44 (17.58% from 255 or 10.02% from 439); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9E2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9E2C is #1261D3. Grayscale: #A9A9A9. Windows color (decimal): -1204692 or 2924269. OLE color: 2924269.

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

Color convert

RGB 237 158 44 -
CMYK 0 0.33 0.81 0.07
HSL 35.44º 0.84% 0.55% -
HSV(B) 35.44º 0.81% 0.93% -
XYZ 47.61 42.64 8.1 -
YUV 168.63 57.67 176.77 -
System Red Green Blue C M Y K H S L
Decimal 237 158 44 0 0.33 0.81 0.07 35.44 0.84 0.55
Hex ED 9E 2C 0 21 51 7 23 54 37
Octal 355 236 54 0 41 121 7 43 124 67
Binary 11101101 10011110 101100 0 100001 1010001 111 100011 1010100 110111

Color Harmonies of #ED9E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9E2C

Black with #ED9E2C

Text Example


Text Example

White with #ED9E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9E2C; }

 p { color: rgb(237,158,44); }

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

background-color css

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

 a { background-color: rgb(237,158,44); }

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

border-color css

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

 span { border-color: rgb(237,158,44); }

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