Html Css Color HEX #ED9002 Tangerine

📋 copy color: '#ED9002'

red 237 ◦ green 144 ◦ blue 2

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

Shades of Tangerine #ED9002

Tints of Tangerine #ED9002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.52%

R = 61.88%
G = 37.6%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ED9002 (or 0xED9002) is known color: Tangerine. HEX triplet: ED, 90 and 02. RGB value is (237,144,2). Sum of RGB (Red+Green+Blue) = 237+144+2=383 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.88% from 383); Green value is 144 (56.64% from 255 or 37.60% from 383); Blue value is 2 (1.17% from 255 or 0.52% from 383); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9002 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED9002 is #126FFD. Grayscale: #9C9C9C. Windows color (decimal): -1208318 or 168173. OLE color: 168173.

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

Color convert

RGB 237 144 2 -
CMYK 0 0.39 0.99 0.07
HSL 36.26º 0.98% 0.47% -
HSV(B) 36.26º 0.99% 0.93% -
XYZ 44.91 37.96 5.02 -
YUV 155.62 41.31 186.05 -
System Red Green Blue C M Y K H S L
Decimal 237 144 2 0 0.39 0.99 0.07 36.26 0.98 0.47
Hex ED 90 2 0 27 63 7 24 62 2F
Octal 355 220 2 0 47 143 7 44 142 57
Binary 11101101 10010000 10 0 100111 1100011 111 100100 1100010 101111

Color Harmonies of #ED9002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9002

Black with #ED9002

Text Example


Text Example

White with #ED9002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9002; }

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

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

background-color css

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

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

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

border-color css

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

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

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