Html Css Color HEX #ED9E2E Yellow Sea

📋 copy color: '#ED9E2E'

red 237 ◦ green 158 ◦ blue 46

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

Shades of Yellow Sea #ED9E2E

Tints of Yellow Sea #ED9E2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.43%

R = 53.74%
G = 35.83%
B = 10.43%

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

#ED9E2E (or 0xED9E2E) is known color: Yellow Sea. HEX triplet: ED, 9E and 2E. RGB value is (237,158,46). Sum of RGB (Red+Green+Blue) = 237+158+46=441 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.74% from 441); Green value is 158 (62.11% from 255 or 35.83% from 441); Blue value is 46 (18.36% from 255 or 10.43% from 441); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9E2E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9E2E is #1261D1. Grayscale: #A9A9A9. Windows color (decimal): -1204690 or 3055341. OLE color: 3055341.

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

Color convert

RGB 237 158 46 -
CMYK 0 0.33 0.81 0.07
HSL 35.18º 0.84% 0.55% -
HSV(B) 35.18º 0.81% 0.93% -
XYZ 47.65 42.66 8.31 -
YUV 168.85 58.67 176.61 -
System Red Green Blue C M Y K H S L
Decimal 237 158 46 0 0.33 0.81 0.07 35.18 0.84 0.55
Hex ED 9E 2E 0 21 51 7 23 54 37
Octal 355 236 56 0 41 121 7 43 124 67
Binary 11101101 10011110 101110 0 100001 1010001 111 100011 1010100 110111

Color Harmonies of #ED9E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9E2E

Black with #ED9E2E

Text Example


Text Example

White with #ED9E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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