Html Css Color HEX #ED9940 Sea Buckthorn

📋 copy color: '#ED9940'

red 237 ◦ green 153 ◦ blue 64

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

Shades of Sea Buckthorn #ED9940

Tints of Sea Buckthorn #ED9940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.1%

R = 52.2%
G = 33.7%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#ED9940 (or 0xED9940) is known color: Sea Buckthorn. HEX triplet: ED, 99 and 40. RGB value is (237,153,64). Sum of RGB (Red+Green+Blue) = 237+153+64=454 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.20% from 454); Green value is 153 (60.16% from 255 or 33.70% from 454); Blue value is 64 (25.39% from 255 or 14.10% from 454); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9940 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9940 is #1266BF. Grayscale: #A8A8A8. Windows color (decimal): -1205952 or 4233709. OLE color: 4233709.

HSL color Cylindrical-coordinate representation of color #ED9940: hue angle of 30.87º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ED9940 is Cyan = 0, Magento = 0.35, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 153 64 -
CMYK 0 0.35 0.73 0.07
HSL 30.87º 0.83% 0.59% -
HSV(B) 30.87º 0.73% 0.93% -
XYZ 47.24 41.16 10.3 -
YUV 167.97 69.33 177.24 -
System Red Green Blue C M Y K H S L
Decimal 237 153 64 0 0.35 0.73 0.07 30.87 0.83 0.59
Hex ED 99 40 0 23 49 7 1F 53 3B
Octal 355 231 100 0 43 111 7 37 123 73
Binary 11101101 10011001 1000000 0 100011 1001001 111 11111 1010011 111011

Color Harmonies of #ED9940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9940

Black with #ED9940

Text Example


Text Example

White with #ED9940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9940; }

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

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

background-color css

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

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

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

border-color css

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

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

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