#ED944B

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

Shades of Sea Buckthorn #ED944B

Tints of Sea Buckthorn #ED944B

Color information

#ED944B (or 0xED944B) is unknown color: approx Sea Buckthorn. HEX triplet: ED, 94 and 4B. RGB value is (237,148,75). Sum of RGB (Red+Green+Blue) = 237+148+75=460 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.52% from 460); Green value is 148 (58.20% from 255 or 32.17% from 460); Blue value is 75 (29.69% from 255 or 16.30% from 460); Max value from RGB is 237 - color contains mainly: red. Hex color #ED944B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED944B is #126BB4. Grayscale: #A6A6A6. Windows color (decimal): -1207221 or 4953325. OLE color: 4953325.

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

Color convert

RGB23714875-
CMYK00.380.680.07
HSL27.04º81.82%61.18%-
HSV(B)27.04º68.35%92.94%-
XYZ46.7839.6911.85-
YUV166.2976.49178.44-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 51.52%
GREEN value IS 148 (58.20% from 255) = 32.17%
BLUE value IS 75 (29.69% from 255) = 16.30%
R=51.52%
G=32.17%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.68
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371487500.380.680.0727.0481.8261.18
HexED944B0264471b523d
Octal35522411304610473312275
Binary1110110110010100100101101001101000100111110111010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED944B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED944B; }

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

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

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

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

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

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

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

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