Html Css Color HEX #ED9D34 Yellow Sea

📋 copy color: '#ED9D34'

red 237 ◦ green 157 ◦ blue 52

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

Shades of Yellow Sea #ED9D34

Tints of Yellow Sea #ED9D34

RGB

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

 GREEN value IS 157 (61.72% from 255) = 35.2%

 BLUE value IS 52 (20.7% from 255) = 11.66%

R = 53.14%
G = 35.2%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#ED9D34 (or 0xED9D34) is known color: Yellow Sea. HEX triplet: ED, 9D and 34. RGB value is (237,157,52). Sum of RGB (Red+Green+Blue) = 237+157+52=446 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.14% from 446); Green value is 157 (61.72% from 255 or 35.20% from 446); Blue value is 52 (20.70% from 255 or 11.66% from 446); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9D34 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9D34 is #1262CB. Grayscale: #A9A9A9. Windows color (decimal): -1204940 or 3448301. OLE color: 3448301.

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

Color convert

RGB 237 157 52 -
CMYK 0 0.34 0.78 0.07
HSL 34.05º 0.84% 0.57% -
HSV(B) 34.05º 0.78% 0.93% -
XYZ 47.6 42.37 8.92 -
YUV 168.95 62 176.54 -
System Red Green Blue C M Y K H S L
Decimal 237 157 52 0 0.34 0.78 0.07 34.05 0.84 0.57
Hex ED 9D 34 0 22 4E 7 22 54 39
Octal 355 235 64 0 42 116 7 42 124 71
Binary 11101101 10011101 110100 0 100010 1001110 111 100010 1010100 111001

Color Harmonies of #ED9D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9D34

Black with #ED9D34

Text Example


Text Example

White with #ED9D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9D34; }

 p { color: rgb(237,157,52); }

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

background-color css

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

 a { background-color: rgb(237,157,52); }

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

border-color css

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

 span { border-color: rgb(237,157,52); }

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