Html Css Color HEX #ED914F Sea Buckthorn

📋 copy color: '#ED914F'

red 237 ◦ green 145 ◦ blue 79

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

Shades of Sea Buckthorn #ED914F

Tints of Sea Buckthorn #ED914F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 17.14%

R = 51.41%
G = 31.45%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#ED914F (or 0xED914F) is known color: Sea Buckthorn. HEX triplet: ED, 91 and 4F. RGB value is (237,145,79). Sum of RGB (Red+Green+Blue) = 237+145+79=461 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.41% from 461); Green value is 145 (57.03% from 255 or 31.45% from 461); Blue value is 79 (31.25% from 255 or 17.14% from 461); Max value from RGB is 237 - color contains mainly: red. Hex color #ED914F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED914F is #126EB0. Grayscale: #A5A5A5. Windows color (decimal): -1207985 or 5214701. OLE color: 5214701.

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

Color convert

RGB 237 145 79 -
CMYK 0 0.39 0.67 0.07
HSL 25.06º 0.81% 0.62% -
HSV(B) 25.06º 0.67% 0.93% -
XYZ 46.46 38.82 12.44 -
YUV 164.98 79.48 179.37 -
System Red Green Blue C M Y K H S L
Decimal 237 145 79 0 0.39 0.67 0.07 25.06 0.81 0.62
Hex ED 91 4F 0 27 43 7 19 51 3E
Octal 355 221 117 0 47 103 7 31 121 76
Binary 11101101 10010001 1001111 0 100111 1000011 111 11001 1010001 111110

Color Harmonies of #ED914F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED914F

Black with #ED914F

Text Example


Text Example

White with #ED914F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED914F; }

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

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

background-color css

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

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

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

border-color css

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

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

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