Html Css Color HEX #ED9A2E Yellow Sea

📋 copy color: '#ED9A2E'

red 237 ◦ green 154 ◦ blue 46

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

Shades of Yellow Sea #ED9A2E

Tints of Yellow Sea #ED9A2E

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35.24%

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

R = 54.23%
G = 35.24%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#ED9A2E (or 0xED9A2E) is known color: Yellow Sea. HEX triplet: ED, 9A and 2E. RGB value is (237,154,46). Sum of RGB (Red+Green+Blue) = 237+154+46=437 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.23% from 437); Green value is 154 (60.55% from 255 or 35.24% from 437); Blue value is 46 (18.36% from 255 or 10.53% from 437); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9A2E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9A2E is #1265D1. Grayscale: #A7A7A7. Windows color (decimal): -1205714 or 3054317. OLE color: 3054317.

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

Color convert

RGB 237 154 46 -
CMYK 0 0.35 0.81 0.07
HSL 33.93º 0.84% 0.55% -
HSV(B) 33.93º 0.81% 0.93% -
XYZ 46.97 41.31 8.08 -
YUV 166.51 60 178.28 -
System Red Green Blue C M Y K H S L
Decimal 237 154 46 0 0.35 0.81 0.07 33.93 0.84 0.55
Hex ED 9A 2E 0 23 51 7 22 54 37
Octal 355 232 56 0 43 121 7 42 124 67
Binary 11101101 10011010 101110 0 100011 1010001 111 100010 1010100 110111

Color Harmonies of #ED9A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9A2E

Black with #ED9A2E

Text Example


Text Example

White with #ED9A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9A2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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