Html Css Color HEX #EA830D Tangerine

📋 copy color: '#EA830D'

red 234 ◦ green 131 ◦ blue 13

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

Shades of Tangerine #EA830D

Tints of Tangerine #EA830D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.44%

R = 61.9%
G = 34.66%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EA830D (or 0xEA830D) is known color: Tangerine. HEX triplet: EA, 83 and 0D. RGB value is (234,131,13). Sum of RGB (Red+Green+Blue) = 234+131+13=378 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.90% from 378); Green value is 131 (51.56% from 255 or 34.66% from 378); Blue value is 13 (5.47% from 255 or 3.44% from 378); Max value from RGB is 234 - color contains mainly: red. Hex color #EA830D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA830D is #157CF2. Grayscale: #949494. Windows color (decimal): -1408243 or 885738. OLE color: 885738.

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

Color convert

RGB 234 131 13 -
CMYK 0 0.44 0.94 0.08
HSL 32.04º 0.89% 0.48% -
HSV(B) 32.04º 0.94% 0.92% -
XYZ 42.12 33.75 4.68 -
YUV 148.35 51.62 189.09 -
System Red Green Blue C M Y K H S L
Decimal 234 131 13 0 0.44 0.94 0.08 32.04 0.89 0.48
Hex EA 83 D 0 2C 5E 8 20 59 30
Octal 352 203 15 0 54 136 10 40 131 60
Binary 11101010 10000011 1101 0 101100 1011110 1000 100000 1011001 110000

Color Harmonies of #EA830D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA830D

Black with #EA830D

Text Example


Text Example

White with #EA830D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA830D; }

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

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

background-color css

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

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

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

border-color css

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

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

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