Html Css Color HEX #ED9C2A Yellow Sea

📋 copy color: '#ED9C2A'

red 237 ◦ green 156 ◦ blue 42

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

Shades of Yellow Sea #ED9C2A

Tints of Yellow Sea #ED9C2A

RGB

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

 GREEN value IS 156 (61.33% from 255) = 35.86%

 BLUE value IS 42 (16.8% from 255) = 9.66%

R = 54.48%
G = 35.86%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#ED9C2A (or 0xED9C2A) is known color: Yellow Sea. HEX triplet: ED, 9C and 2A. RGB value is (237,156,42). Sum of RGB (Red+Green+Blue) = 237+156+42=435 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.48% from 435); Green value is 156 (61.33% from 255 or 35.86% from 435); Blue value is 42 (16.80% from 255 or 9.66% from 435); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9C2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9C2A is #1263D5. Grayscale: #A7A7A7. Windows color (decimal): -1205206 or 2792685. OLE color: 2792685.

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

Color convert

RGB 237 156 42 -
CMYK 0 0.34 0.82 0.07
HSL 35.08º 0.84% 0.55% -
HSV(B) 35.08º 0.82% 0.93% -
XYZ 47.23 41.95 7.8 -
YUV 167.22 57.34 177.77 -
System Red Green Blue C M Y K H S L
Decimal 237 156 42 0 0.34 0.82 0.07 35.08 0.84 0.55
Hex ED 9C 2A 0 22 52 7 23 54 37
Octal 355 234 52 0 42 122 7 43 124 67
Binary 11101101 10011100 101010 0 100010 1010010 111 100011 1010100 110111

Color Harmonies of #ED9C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9C2A

Black with #ED9C2A

Text Example


Text Example

White with #ED9C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9C2A; }

 p { color: rgb(237,156,42); }

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

background-color css

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

 a { background-color: rgb(237,156,42); }

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

border-color css

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

 span { border-color: rgb(237,156,42); }

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