Html Css Color HEX #ED9401 Tangerine

📋 copy color: '#ED9401'

red 237 ◦ green 148 ◦ blue 1

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

Shades of Tangerine #ED9401

Tints of Tangerine #ED9401

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.34%

 BLUE value IS 1 (0.78% from 255) = 0.26%

R = 61.4%
G = 38.34%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#ED9401 (or 0xED9401) is known color: Tangerine. HEX triplet: ED, 94 and 01. RGB value is (237,148,1). Sum of RGB (Red+Green+Blue) = 237+148+1=386 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.40% from 386); Green value is 148 (58.20% from 255 or 38.34% from 386); Blue value is 1 (0.78% from 255 or 0.26% from 386); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9401 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED9401 is #126BFE. Grayscale: #9E9E9E. Windows color (decimal): -1207295 or 103661. OLE color: 103661.

HSL color Cylindrical-coordinate representation of color #ED9401: hue angle of 37.37º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED9401 is Cyan = 0, Magento = 0.38, Yellow = 1.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 148 1 -
CMYK 0 0.38 1.00 0.07
HSL 37.37º 0.99% 0.47% -
HSV(B) 37.37º 1% 0.93% -
XYZ 45.52 39.19 5.19 -
YUV 157.85 39.49 184.45 -
System Red Green Blue C M Y K H S L
Decimal 237 148 1 0 0.38 1.00 0.07 37.37 0.99 0.47
Hex ED 94 1 0 26 64 7 25 63 2F
Octal 355 224 1 0 46 144 7 45 143 57
Binary 11101101 10010100 1 0 100110 1100100 111 100101 1100011 101111

Color Harmonies of #ED9401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9401

Black with #ED9401

Text Example


Text Example

White with #ED9401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9401; }

 p { color: rgb(237,148,1); }

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

background-color css

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

 a { background-color: rgb(237,148,1); }

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

border-color css

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

 span { border-color: rgb(237,148,1); }

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