Html Css Color HEX #ED944E Sea Buckthorn

📋 copy color: '#ED944E'

red 237 ◦ green 148 ◦ blue 78

#ED944E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sea Buckthorn #ED944E

Tints of Sea Buckthorn #ED944E

RGB

 RED value IS 237 (92.97% from 255) = 51.19%

 GREEN value IS 148 (58.2% from 255) = 31.97%

 BLUE value IS 78 (30.86% from 255) = 16.85%

R = 51.19%
G = 31.97%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#ED944E (or 0xED944E) is known color: Sea Buckthorn. HEX triplet: ED, 94 and 4E. RGB value is (237,148,78). Sum of RGB (Red+Green+Blue) = 237+148+78=463 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.19% from 463); Green value is 148 (58.20% from 255 or 31.97% from 463); Blue value is 78 (30.86% from 255 or 16.85% from 463); Max value from RGB is 237 - color contains mainly: red. Hex color #ED944E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED944E is #126BB1. Grayscale: #A7A7A7. Windows color (decimal): -1207218 or 5149933. OLE color: 5149933.

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

Color convert

RGB 237 148 78 -
CMYK 0 0.38 0.67 0.07
HSL 26.42º 0.82% 0.62% -
HSV(B) 26.42º 0.67% 0.93% -
XYZ 46.89 39.73 12.41 -
YUV 166.63 77.99 178.19 -
System Red Green Blue C M Y K H S L
Decimal 237 148 78 0 0.38 0.67 0.07 26.42 0.82 0.62
Hex ED 94 4E 0 26 43 7 1A 52 3E
Octal 355 224 116 0 46 103 7 32 122 76
Binary 11101101 10010100 1001110 0 100110 1000011 111 11010 1010010 111110

Color Harmonies of #ED944E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED944E

Black with #ED944E

Text Example


Text Example

White with #ED944E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED944E; }

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

 H1.HeaderClassName
 {
   color: #ED944E;
 }
 .AnyTagClassName
 {
   color: #ED944E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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