Html Css Color HEX #ED914D Sea Buckthorn

📋 copy color: '#ED914D'

red 237 ◦ green 145 ◦ blue 77

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

Shades of Sea Buckthorn #ED914D

Tints of Sea Buckthorn #ED914D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.59%

 BLUE value IS 77 (30.47% from 255) = 16.78%

R = 51.63%
G = 31.59%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#ED914D (or 0xED914D) is known color: Sea Buckthorn. HEX triplet: ED, 91 and 4D. RGB value is (237,145,77). Sum of RGB (Red+Green+Blue) = 237+145+77=459 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.63% from 459); Green value is 145 (57.03% from 255 or 31.59% from 459); Blue value is 77 (30.47% from 255 or 16.78% from 459); Max value from RGB is 237 - color contains mainly: red. Hex color #ED914D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED914D is #126EB2. Grayscale: #A5A5A5. Windows color (decimal): -1207987 or 5083629. OLE color: 5083629.

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

Color convert

RGB 237 145 77 -
CMYK 0 0.39 0.68 0.07
HSL 25.5º 0.82% 0.62% -
HSV(B) 25.5º 0.68% 0.93% -
XYZ 46.39 38.79 12.06 -
YUV 164.76 78.48 179.53 -
System Red Green Blue C M Y K H S L
Decimal 237 145 77 0 0.39 0.68 0.07 25.5 0.82 0.62
Hex ED 91 4D 0 27 44 7 1A 52 3E
Octal 355 221 115 0 47 104 7 32 122 76
Binary 11101101 10010001 1001101 0 100111 1000100 111 11010 1010010 111110

Color Harmonies of #ED914D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED914D

Black with #ED914D

Text Example


Text Example

White with #ED914D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED914D; }

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

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

background-color css

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

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

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

border-color css

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

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

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