Html Css Color HEX #ED9204 Tangerine

📋 copy color: '#ED9204'

red 237 ◦ green 146 ◦ blue 4

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

Shades of Tangerine #ED9204

Tints of Tangerine #ED9204

RGB

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

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

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

R = 61.24%
G = 37.73%
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

#ED9204 (or 0xED9204) is known color: Tangerine. HEX triplet: ED, 92 and 04. RGB value is (237,146,4). Sum of RGB (Red+Green+Blue) = 237+146+4=387 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.24% from 387); Green value is 146 (57.42% from 255 or 37.73% from 387); Blue value is 4 (1.95% from 255 or 1.03% from 387); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9204 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED9204 is #126DFB. Grayscale: #9D9D9D. Windows color (decimal): -1207804 or 299757. OLE color: 299757.

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

Color convert

RGB 237 146 4 -
CMYK 0 0.38 0.98 0.07
HSL 36.57º 0.97% 0.47% -
HSV(B) 36.57º 0.98% 0.93% -
XYZ 45.23 38.57 5.18 -
YUV 157.02 41.65 185.05 -
System Red Green Blue C M Y K H S L
Decimal 237 146 4 0 0.38 0.98 0.07 36.57 0.97 0.47
Hex ED 92 4 0 26 62 7 25 61 2F
Octal 355 222 4 0 46 142 7 45 141 57
Binary 11101101 10010010 100 0 100110 1100010 111 100101 1100001 101111

Color Harmonies of #ED9204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9204

Black with #ED9204

Text Example


Text Example

White with #ED9204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9204; }

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

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

background-color css

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

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

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

border-color css

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

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

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