Html Css Color HEX #EA830C Tangerine

📋 copy color: '#EA830C'

red 234 ◦ green 131 ◦ blue 12

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

Shades of Tangerine #EA830C

Tints of Tangerine #EA830C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.75%

 BLUE value IS 12 (5.08% from 255) = 3.18%

R = 62.07%
G = 34.75%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EA830C (or 0xEA830C) is known color: Tangerine. HEX triplet: EA, 83 and 0C. RGB value is (234,131,12). Sum of RGB (Red+Green+Blue) = 234+131+12=377 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.07% from 377); Green value is 131 (51.56% from 255 or 34.75% from 377); Blue value is 12 (5.08% from 255 or 3.18% from 377); Max value from RGB is 234 - color contains mainly: red. Hex color #EA830C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA830C is #157CF3. Grayscale: #949494. Windows color (decimal): -1408244 or 820202. OLE color: 820202.

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

Color convert

RGB 234 131 12 -
CMYK 0 0.44 0.95 0.08
HSL 32.16º 0.9% 0.48% -
HSV(B) 32.16º 0.95% 0.92% -
XYZ 42.11 33.75 4.64 -
YUV 148.23 51.12 189.18 -
System Red Green Blue C M Y K H S L
Decimal 234 131 12 0 0.44 0.95 0.08 32.16 0.9 0.48
Hex EA 83 C 0 2C 5F 8 20 5A 30
Octal 352 203 14 0 54 137 10 40 132 60
Binary 11101010 10000011 1100 0 101100 1011111 1000 100000 1011010 110000

Color Harmonies of #EA830C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA830C

Black with #EA830C

Text Example


Text Example

White with #EA830C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA830C; }

 p { color: rgb(234,131,12); }

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

background-color css

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

 a { background-color: rgb(234,131,12); }

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

border-color css

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

 span { border-color: rgb(234,131,12); }

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