Html Css Color HEX #ED9304 Tangerine

📋 copy color: '#ED9304'

red 237 ◦ green 147 ◦ blue 4

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

Shades of Tangerine #ED9304

Tints of Tangerine #ED9304

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.89%

 BLUE value IS 4 (1.95% from 255) = 1.03%

R = 61.08%
G = 37.89%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#ED9304 (or 0xED9304) is known color: Tangerine. HEX triplet: ED, 93 and 04. RGB value is (237,147,4). Sum of RGB (Red+Green+Blue) = 237+147+4=388 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.08% from 388); Green value is 147 (57.81% from 255 or 37.89% from 388); Blue value is 4 (1.95% from 255 or 1.03% from 388); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9304 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED9304 is #126CFB. Grayscale: #9E9E9E. Windows color (decimal): -1207548 or 300013. OLE color: 300013.

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

Color convert

RGB 237 147 4 -
CMYK 0 0.38 0.98 0.07
HSL 36.82º 0.97% 0.47% -
HSV(B) 36.82º 0.98% 0.93% -
XYZ 45.38 38.88 5.23 -
YUV 157.61 41.32 184.63 -
System Red Green Blue C M Y K H S L
Decimal 237 147 4 0 0.38 0.98 0.07 36.82 0.97 0.47
Hex ED 93 4 0 26 62 7 25 61 2F
Octal 355 223 4 0 46 142 7 45 141 57
Binary 11101101 10010011 100 0 100110 1100010 111 100101 1100001 101111

Color Harmonies of #ED9304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9304

Black with #ED9304

Text Example


Text Example

White with #ED9304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9304; }

 p { color: rgb(237,147,4); }

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

background-color css

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

 a { background-color: rgb(237,147,4); }

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

border-color css

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

 span { border-color: rgb(237,147,4); }

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