Html Css Color HEX #ED954F Sea Buckthorn

📋 copy color: '#ED954F'

red 237 ◦ green 149 ◦ blue 79

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

Shades of Sea Buckthorn #ED954F

Tints of Sea Buckthorn #ED954F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.04%

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

R = 50.97%
G = 32.04%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#ED954F (or 0xED954F) is known color: Sea Buckthorn. HEX triplet: ED, 95 and 4F. RGB value is (237,149,79). Sum of RGB (Red+Green+Blue) = 237+149+79=465 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.97% from 465); Green value is 149 (58.59% from 255 or 32.04% from 465); Blue value is 79 (31.25% from 255 or 16.99% from 465); Max value from RGB is 237 - color contains mainly: red. Hex color #ED954F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED954F is #126AB0. Grayscale: #A7A7A7. Windows color (decimal): -1206961 or 5215725. OLE color: 5215725.

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

Color convert

RGB 237 149 79 -
CMYK 0 0.37 0.67 0.07
HSL 26.58º 0.81% 0.62% -
HSV(B) 26.58º 0.67% 0.93% -
XYZ 47.08 40.06 12.65 -
YUV 167.33 78.15 177.69 -
System Red Green Blue C M Y K H S L
Decimal 237 149 79 0 0.37 0.67 0.07 26.58 0.81 0.62
Hex ED 95 4F 0 25 43 7 1B 51 3E
Octal 355 225 117 0 45 103 7 33 121 76
Binary 11101101 10010101 1001111 0 100101 1000011 111 11011 1010001 111110

Color Harmonies of #ED954F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED954F

Black with #ED954F

Text Example


Text Example

White with #ED954F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED954F; }

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

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

background-color css

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

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

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

border-color css

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

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

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