#ED9B3D

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

Shades of Yellow Sea #ED9B3D

Tints of Yellow Sea #ED9B3D

Color information

#ED9B3D (or 0xED9B3D) is unknown color: approx Yellow Sea. HEX triplet: ED, 9B and 3D. RGB value is (237,155,61). Sum of RGB (Red+Green+Blue) = 237+155+61=453 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.32% from 453); Green value is 155 (60.94% from 255 or 34.22% from 453); Blue value is 61 (24.22% from 255 or 13.47% from 453); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9B3D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9B3D is #1264C2. Grayscale: #A9A9A9. Windows color (decimal): -1205443 or 4037613. OLE color: 4037613.

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

Color convert

RGB23715561-
CMYK00.350.740.07
HSL32.05º83.02%58.43%-
HSV(B)32.05º74.26%92.94%-
XYZ47.4941.789.98-
YUV168.867.17176.64-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 52.32%
GREEN value IS 155 (60.94% from 255) = 34.22%
BLUE value IS 61 (24.22% from 255) = 13.47%
R=52.32%
G=34.22%
B=13.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.74
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371556100.350.740.0732.0583.0258.43
HexED9B3D0234A720533a
Octal3552337504311274012372
Binary1110110110011011111101010001110010101111000001010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9B3D; }

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

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

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

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

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

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

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

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