#ED984A

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

Shades of Sea Buckthorn #ED984A

Tints of Sea Buckthorn #ED984A

Color information

#ED984A (or 0xED984A) is unknown color: approx Sea Buckthorn. HEX triplet: ED, 98 and 4A. RGB value is (237,152,74). Sum of RGB (Red+Green+Blue) = 237+152+74=463 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.19% from 463); Green value is 152 (59.77% from 255 or 32.83% from 463); Blue value is 74 (29.30% from 255 or 15.98% from 463); Max value from RGB is 237 - color contains mainly: red. Hex color #ED984A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED984A is #1267B5. Grayscale: #A8A8A8. Windows color (decimal): -1206198 or 4888813. OLE color: 4888813.

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

Color convert

RGB23715274-
CMYK00.360.690.07
HSL28.71º81.91%60.98%-
HSV(B)28.71º68.78%92.94%-
XYZ47.3940.9611.89-
YUV168.5274.66176.84-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 51.19%
GREEN value IS 152 (59.77% from 255) = 32.83%
BLUE value IS 74 (29.30% from 255) = 15.98%
R=51.19%
G=32.83%
B=15.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.69
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371527400.360.690.0728.7181.9160.98
HexED984A0244571d523d
Octal35523011204410573512275
Binary1110110110011000100101001001001000101111111011010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED984A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED984A; }

 p { color: rgb(237,152,74); }

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

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

 a { background-color: rgb(237,152,74); }

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

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

 span { border-color: rgb(237,152,74); }

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