Html Css Color HEX #ED9A2B Yellow Sea

📋 copy color: '#ED9A2B'

red 237 ◦ green 154 ◦ blue 43

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

Shades of Yellow Sea #ED9A2B

Tints of Yellow Sea #ED9A2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.91%

R = 54.61%
G = 35.48%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#ED9A2B (or 0xED9A2B) is known color: Yellow Sea. HEX triplet: ED, 9A and 2B. RGB value is (237,154,43). Sum of RGB (Red+Green+Blue) = 237+154+43=434 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.61% from 434); Green value is 154 (60.55% from 255 or 35.48% from 434); Blue value is 43 (17.19% from 255 or 9.91% from 434); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9A2B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9A2B is #1265D4. Grayscale: #A6A6A6. Windows color (decimal): -1205717 or 2857709. OLE color: 2857709.

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

Color convert

RGB 237 154 43 -
CMYK 0 0.35 0.82 0.07
HSL 34.33º 0.84% 0.55% -
HSV(B) 34.33º 0.82% 0.93% -
XYZ 46.92 41.29 7.78 -
YUV 166.16 58.5 178.53 -
System Red Green Blue C M Y K H S L
Decimal 237 154 43 0 0.35 0.82 0.07 34.33 0.84 0.55
Hex ED 9A 2B 0 23 52 7 22 54 37
Octal 355 232 53 0 43 122 7 42 124 67
Binary 11101101 10011010 101011 0 100011 1010010 111 100010 1010100 110111

Color Harmonies of #ED9A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9A2B

Black with #ED9A2B

Text Example


Text Example

White with #ED9A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9A2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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