Html Css Color HEX #ED994F Sea Buckthorn

📋 copy color: '#ED994F'

red 237 ◦ green 153 ◦ blue 79

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

Shades of Sea Buckthorn #ED994F

Tints of Sea Buckthorn #ED994F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.62%

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

R = 50.53%
G = 32.62%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#ED994F (or 0xED994F) is known color: Sea Buckthorn. HEX triplet: ED, 99 and 4F. RGB value is (237,153,79). Sum of RGB (Red+Green+Blue) = 237+153+79=469 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.53% from 469); Green value is 153 (60.16% from 255 or 32.62% from 469); Blue value is 79 (31.25% from 255 or 16.84% from 469); Max value from RGB is 237 - color contains mainly: red. Hex color #ED994F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED994F is #1266B0. Grayscale: #AAAAAA. Windows color (decimal): -1205937 or 5216749. OLE color: 5216749.

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

Color convert

RGB 237 153 79 -
CMYK 0 0.35 0.67 0.07
HSL 28.1º 0.81% 0.62% -
HSV(B) 28.1º 0.67% 0.93% -
XYZ 47.73 41.35 12.86 -
YUV 169.68 76.83 176.02 -
System Red Green Blue C M Y K H S L
Decimal 237 153 79 0 0.35 0.67 0.07 28.1 0.81 0.62
Hex ED 99 4F 0 23 43 7 1C 51 3E
Octal 355 231 117 0 43 103 7 34 121 76
Binary 11101101 10011001 1001111 0 100011 1000011 111 11100 1010001 111110

Color Harmonies of #ED994F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED994F

Black with #ED994F

Text Example


Text Example

White with #ED994F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED994F; }

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

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

background-color css

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

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

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

border-color css

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

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

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