#ED9F3D

Color #ED9F3D Yellow Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Sea #ED9F3D

Tints of Yellow Sea #ED9F3D

Color information

#ED9F3D (or 0xED9F3D) is unknown color: approx Yellow Sea. HEX triplet: ED, 9F and 3D. RGB value is (237,159,61). Sum of RGB (Red+Green+Blue) = 237+159+61=457 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.86% from 457); Green value is 159 (62.5% from 255 or 34.79% from 457); Blue value is 61 (24.22% from 255 or 13.35% from 457); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9F3D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9F3D is #1260C2. Grayscale: #ABABAB. Windows color (decimal): -1204419 or 4038637. OLE color: 4038637.

HSL color Cylindrical-coordinate representation of color #ED9F3D: hue angle of 33.41º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ED9F3D is Cyan = 0, Magento = 0.33, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB23715961-
CMYK00.330.740.07
HSL33.41º83.02%58.43%-
HSV(B)33.41º74.26%92.94%-
XYZ48.1743.1410.2-
YUV171.1565.84174.97-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 51.86%
GREEN value IS 159 (62.5% from 255) = 34.79%
BLUE value IS 61 (24.22% from 255) = 13.35%
R=51.86%
G=34.79%
B=13.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.74
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371596100.330.740.0733.4183.0258.43
HexED9F3D0214A721533a
Octal3552377504111274112372
Binary1110110110011111111101010000110010101111000011010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9F3D; }

 p { color: rgb(237,159,61); }

 H1.HeaderClassName
 {
   color: #ED9F3D;
 }
 .AnyTagClassName
 {
   color: #ED9F3D;
 }
</style>
background-color css

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

 a { background-color: rgb(237,159,61); }

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

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

 span { border-color: rgb(237,159,61); }

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