Html Css Color HEX #ED924E Sea Buckthorn

📋 copy color: '#ED924E'

red 237 ◦ green 146 ◦ blue 78

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

Shades of Sea Buckthorn #ED924E

Tints of Sea Buckthorn #ED924E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.67%

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

R = 51.41%
G = 31.67%
B = 16.92%

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

#ED924E (or 0xED924E) is known color: Sea Buckthorn. HEX triplet: ED, 92 and 4E. RGB value is (237,146,78). Sum of RGB (Red+Green+Blue) = 237+146+78=461 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.41% from 461); Green value is 146 (57.42% from 255 or 31.67% from 461); Blue value is 78 (30.86% from 255 or 16.92% from 461); Max value from RGB is 237 - color contains mainly: red. Hex color #ED924E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED924E is #126DB1. Grayscale: #A5A5A5. Windows color (decimal): -1207730 or 5149421. OLE color: 5149421.

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

Color convert

RGB 237 146 78 -
CMYK 0 0.38 0.67 0.07
HSL 25.66º 0.82% 0.62% -
HSV(B) 25.66º 0.67% 0.93% -
XYZ 46.58 39.11 12.3 -
YUV 165.46 78.65 179.03 -
System Red Green Blue C M Y K H S L
Decimal 237 146 78 0 0.38 0.67 0.07 25.66 0.82 0.62
Hex ED 92 4E 0 26 43 7 1A 52 3E
Octal 355 222 116 0 46 103 7 32 122 76
Binary 11101101 10010010 1001110 0 100110 1000011 111 11010 1010010 111110

Color Harmonies of #ED924E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED924E

Black with #ED924E

Text Example


Text Example

White with #ED924E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED924E; }

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

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

background-color css

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

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

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

border-color css

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

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

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