Html Css Color HEX #ED9302 Tangerine

📋 copy color: '#ED9302'

red 237 ◦ green 147 ◦ blue 2

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

Shades of Tangerine #ED9302

Tints of Tangerine #ED9302

RGB

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

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

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

R = 61.4%
G = 38.08%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ED9302 (or 0xED9302) is known color: Tangerine. HEX triplet: ED, 93 and 02. RGB value is (237,147,2). Sum of RGB (Red+Green+Blue) = 237+147+2=386 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.40% from 386); Green value is 147 (57.81% from 255 or 38.08% from 386); Blue value is 2 (1.17% from 255 or 0.52% from 386); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9302 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED9302 is #126CFD. Grayscale: #9E9E9E. Windows color (decimal): -1207550 or 168941. OLE color: 168941.

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

Color convert

RGB 237 147 2 -
CMYK 0 0.38 0.99 0.07
HSL 37.02º 0.98% 0.47% -
HSV(B) 37.02º 0.99% 0.93% -
XYZ 45.37 38.88 5.17 -
YUV 157.38 40.32 184.79 -
System Red Green Blue C M Y K H S L
Decimal 237 147 2 0 0.38 0.99 0.07 37.02 0.98 0.47
Hex ED 93 2 0 26 63 7 25 62 2F
Octal 355 223 2 0 46 143 7 45 142 57
Binary 11101101 10010011 10 0 100110 1100011 111 100101 1100010 101111

Color Harmonies of #ED9302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9302

Black with #ED9302

Text Example


Text Example

White with #ED9302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9302; }

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

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

background-color css

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

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

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

border-color css

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

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

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