#ED914B

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

Shades of Sea Buckthorn #ED914B

Tints of Sea Buckthorn #ED914B

Color information

#ED914B (or 0xED914B) is unknown color: approx Sea Buckthorn. HEX triplet: ED, 91 and 4B. RGB value is (237,145,75). Sum of RGB (Red+Green+Blue) = 237+145+75=457 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.86% from 457); Green value is 145 (57.03% from 255 or 31.73% from 457); Blue value is 75 (29.69% from 255 or 16.41% from 457); Max value from RGB is 237 - color contains mainly: red. Hex color #ED914B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED914B is #126EB4. Grayscale: #A4A4A4. Windows color (decimal): -1207989 or 4952557. OLE color: 4952557.

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

Color convert

RGB23714575-
CMYK00.390.680.07
HSL25.93º81.82%61.18%-
HSV(B)25.93º68.35%92.94%-
XYZ46.3238.7611.7-
YUV164.5377.48179.69-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 51.86%
GREEN value IS 145 (57.03% from 255) = 31.73%
BLUE value IS 75 (29.69% from 255) = 16.41%
R=51.86%
G=31.73%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.68
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371457500.390.680.0725.9381.8261.18
HexED914B0274471a523d
Octal35522111304710473212275
Binary1110110110010001100101101001111000100111110101010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED914B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED914B; }

 p { color: rgb(237,145,75); }

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

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

 a { background-color: rgb(237,145,75); }

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

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

 span { border-color: rgb(237,145,75); }

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