#ED994A

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

Shades of Sea Buckthorn #ED994A

Tints of Sea Buckthorn #ED994A

Color information

#ED994A (or 0xED994A) is unknown color: approx Sea Buckthorn. HEX triplet: ED, 99 and 4A. RGB value is (237,153,74). Sum of RGB (Red+Green+Blue) = 237+153+74=464 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.08% from 464); Green value is 153 (60.16% from 255 or 32.97% from 464); Blue value is 74 (29.30% from 255 or 15.95% from 464); Max value from RGB is 237 - color contains mainly: red. Hex color #ED994A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED994A is #1266B5. Grayscale: #A9A9A9. Windows color (decimal): -1205942 or 4889069. OLE color: 4889069.

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

Color convert

RGB23715374-
CMYK00.350.690.07
HSL29.08º81.91%60.98%-
HSV(B)29.08º68.78%92.94%-
XYZ47.5541.2811.94-
YUV169.1174.33176.42-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 51.08%
GREEN value IS 153 (60.16% from 255) = 32.97%
BLUE value IS 74 (29.30% from 255) = 15.95%
R=51.08%
G=32.97%
B=15.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.69
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371537400.350.690.0729.0881.9160.98
HexED994A0234571d523d
Octal35523111204310573512275
Binary1110110110011001100101001000111000101111111011010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED994A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED994A; }

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

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

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

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

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

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

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

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