Html Css Color HEX #EA9006 Tangerine

📋 copy color: '#EA9006'

red 234 ◦ green 144 ◦ blue 6

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

Shades of Tangerine #EA9006

Tints of Tangerine #EA9006

RGB

 RED value IS 234 (91.8% from 255) = 60.94%

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

 BLUE value IS 6 (2.73% from 255) = 1.56%

R = 60.94%
G = 37.5%
B = 1.56%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EA9006 (or 0xEA9006) is known color: Tangerine. HEX triplet: EA, 90 and 06. RGB value is (234,144,6). Sum of RGB (Red+Green+Blue) = 234+144+6=384 (50% of max value = 765). Red value is 234 (91.80% from 255 or 60.94% from 384); Green value is 144 (56.64% from 255 or 37.5% from 384); Blue value is 6 (2.73% from 255 or 1.56% from 384); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9006 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9006 is #156FF9. Grayscale: #9B9B9B. Windows color (decimal): -1404922 or 430314. OLE color: 430314.

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

Color convert

RGB 234 144 6 -
CMYK 0 0.38 0.97 0.08
HSL 36.32º 0.95% 0.47% -
HSV(B) 36.32º 0.97% 0.92% -
XYZ 43.94 37.45 5.09 -
YUV 155.18 43.82 184.22 -
System Red Green Blue C M Y K H S L
Decimal 234 144 6 0 0.38 0.97 0.08 36.32 0.95 0.47
Hex EA 90 6 0 26 61 8 24 5F 2F
Octal 352 220 6 0 46 141 10 44 137 57
Binary 11101010 10010000 110 0 100110 1100001 1000 100100 1011111 101111

Color Harmonies of #EA9006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9006

Black with #EA9006

Text Example


Text Example

White with #EA9006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9006; }

 p { color: rgb(234,144,6); }

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

background-color css

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

 a { background-color: rgb(234,144,6); }

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

border-color css

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

 span { border-color: rgb(234,144,6); }

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