#ED964A

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

Shades of Sea Buckthorn #ED964A

Tints of Sea Buckthorn #ED964A

Color information

#ED964A (or 0xED964A) is unknown color: approx Sea Buckthorn. HEX triplet: ED, 96 and 4A. RGB value is (237,150,74). Sum of RGB (Red+Green+Blue) = 237+150+74=461 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.41% from 461); Green value is 150 (58.98% from 255 or 32.54% from 461); Blue value is 74 (29.30% from 255 or 16.05% from 461); Max value from RGB is 237 - color contains mainly: red. Hex color #ED964A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED964A is #1269B5. Grayscale: #A7A7A7. Windows color (decimal): -1206710 or 4888301. OLE color: 4888301.

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

Color convert

RGB23715074-
CMYK00.370.690.07
HSL27.98º81.91%60.98%-
HSV(B)27.98º68.78%92.94%-
XYZ47.0740.3111.78-
YUV167.3575.32177.68-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 51.41%
GREEN value IS 150 (58.98% from 255) = 32.54%
BLUE value IS 74 (29.30% from 255) = 16.05%
R=51.41%
G=32.54%
B=16.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.69
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371507400.370.690.0727.9881.9160.98
HexED964A0254571c523d
Octal35522611204510573412275
Binary1110110110010110100101001001011000101111111001010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED964A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED964A; }

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

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

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

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

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

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

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

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