Html Css Color HEX #ED9008 Tangerine

📋 copy color: '#ED9008'

red 237 ◦ green 144 ◦ blue 8

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

Shades of Tangerine #ED9008

Tints of Tangerine #ED9008

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.02%

 BLUE value IS 8 (3.52% from 255) = 2.06%

R = 60.93%
G = 37.02%
B = 2.06%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#ED9008 (or 0xED9008) is known color: Tangerine. HEX triplet: ED, 90 and 08. RGB value is (237,144,8). Sum of RGB (Red+Green+Blue) = 237+144+8=389 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.93% from 389); Green value is 144 (56.64% from 255 or 37.02% from 389); Blue value is 8 (3.52% from 255 or 2.06% from 389); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9008 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED9008 is #126FF7. Grayscale: #9C9C9C. Windows color (decimal): -1208312 or 561389. OLE color: 561389.

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

Color convert

RGB 237 144 8 -
CMYK 0 0.39 0.97 0.07
HSL 35.63º 0.93% 0.48% -
HSV(B) 35.63º 0.97% 0.93% -
XYZ 44.94 37.97 5.19 -
YUV 156.3 44.31 185.56 -
System Red Green Blue C M Y K H S L
Decimal 237 144 8 0 0.39 0.97 0.07 35.63 0.93 0.48
Hex ED 90 8 0 27 61 7 24 5D 30
Octal 355 220 10 0 47 141 7 44 135 60
Binary 11101101 10010000 1000 0 100111 1100001 111 100100 1011101 110000

Color Harmonies of #ED9008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9008

Black with #ED9008

Text Example


Text Example

White with #ED9008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9008; }

 p { color: rgb(237,144,8); }

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

background-color css

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

 a { background-color: rgb(237,144,8); }

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

border-color css

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

 span { border-color: rgb(237,144,8); }

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