Html Css Color HEX #ED9A2C Yellow Sea

📋 copy color: '#ED9A2C'

red 237 ◦ green 154 ◦ blue 44

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

Shades of Yellow Sea #ED9A2C

Tints of Yellow Sea #ED9A2C

RGB

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

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

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

R = 54.48%
G = 35.4%
B = 10.11%

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

#ED9A2C (or 0xED9A2C) is known color: Yellow Sea. HEX triplet: ED, 9A and 2C. RGB value is (237,154,44). Sum of RGB (Red+Green+Blue) = 237+154+44=435 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.48% from 435); Green value is 154 (60.55% from 255 or 35.40% from 435); Blue value is 44 (17.58% from 255 or 10.11% from 435); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9A2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9A2C is #1265D3. Grayscale: #A6A6A6. Windows color (decimal): -1205716 or 2923245. OLE color: 2923245.

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

Color convert

RGB 237 154 44 -
CMYK 0 0.35 0.81 0.07
HSL 34.2º 0.84% 0.55% -
HSV(B) 34.2º 0.81% 0.93% -
XYZ 46.94 41.3 7.88 -
YUV 166.28 59 178.44 -
System Red Green Blue C M Y K H S L
Decimal 237 154 44 0 0.35 0.81 0.07 34.2 0.84 0.55
Hex ED 9A 2C 0 23 51 7 22 54 37
Octal 355 232 54 0 43 121 7 42 124 67
Binary 11101101 10011010 101100 0 100011 1010001 111 100010 1010100 110111

Color Harmonies of #ED9A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9A2C

Black with #ED9A2C

Text Example


Text Example

White with #ED9A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9A2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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