#ED904B

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

Shades of Sea Buckthorn #ED904B

Tints of Sea Buckthorn #ED904B

Color information

#ED904B (or 0xED904B) is unknown color: approx Sea Buckthorn. HEX triplet: ED, 90 and 4B. RGB value is (237,144,75). Sum of RGB (Red+Green+Blue) = 237+144+75=456 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.97% from 456); Green value is 144 (56.64% from 255 or 31.58% from 456); Blue value is 75 (29.69% from 255 or 16.45% from 456); Max value from RGB is 237 - color contains mainly: red. Hex color #ED904B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED904B is #126FB4. Grayscale: #A4A4A4. Windows color (decimal): -1208245 or 4952301. OLE color: 4952301.

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

Color convert

RGB23714475-
CMYK00.390.680.07
HSL25.56º81.82%61.18%-
HSV(B)25.56º68.35%92.94%-
XYZ46.1738.4611.65-
YUV163.9477.81180.11-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 51.97%
GREEN value IS 144 (56.64% from 255) = 31.58%
BLUE value IS 75 (29.69% from 255) = 16.45%
R=51.97%
G=31.58%
B=16.45%

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
Decimal2371447500.390.680.0725.5681.8261.18
HexED904B0274471a523d
Octal35522011304710473212275
Binary1110110110010000100101101001111000100111110101010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED904B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED904B; }

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

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

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

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

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

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

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

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