Html Css Color HEX #ED9E2B Yellow Sea

📋 copy color: '#ED9E2B'

red 237 ◦ green 158 ◦ blue 43

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

Shades of Yellow Sea #ED9E2B

Tints of Yellow Sea #ED9E2B

RGB

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

 GREEN value IS 158 (62.11% from 255) = 36.07%

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

R = 54.11%
G = 36.07%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#ED9E2B (or 0xED9E2B) is known color: Yellow Sea. HEX triplet: ED, 9E and 2B. RGB value is (237,158,43). Sum of RGB (Red+Green+Blue) = 237+158+43=438 (58% of max value = 765). Red value is 237 (92.97% from 255 or 54.11% from 438); Green value is 158 (62.11% from 255 or 36.07% from 438); Blue value is 43 (17.19% from 255 or 9.82% from 438); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9E2B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9E2B is #1261D4. Grayscale: #A9A9A9. Windows color (decimal): -1204693 or 2858733. OLE color: 2858733.

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

Color convert

RGB 237 158 43 -
CMYK 0 0.33 0.82 0.07
HSL 35.57º 0.84% 0.55% -
HSV(B) 35.57º 0.82% 0.93% -
XYZ 47.59 42.63 8.01 -
YUV 168.51 57.17 176.85 -
System Red Green Blue C M Y K H S L
Decimal 237 158 43 0 0.33 0.82 0.07 35.57 0.84 0.55
Hex ED 9E 2B 0 21 52 7 24 54 37
Octal 355 236 53 0 41 122 7 44 124 67
Binary 11101101 10011110 101011 0 100001 1010010 111 100100 1010100 110111

Color Harmonies of #ED9E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9E2B

Black with #ED9E2B

Text Example


Text Example

White with #ED9E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9E2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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