Html Css Color HEX #EA7D03 Tangerine

📋 copy color: '#EA7D03'

red 234 ◦ green 125 ◦ blue 3

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

Shades of Tangerine #EA7D03

Tints of Tangerine #EA7D03

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.53%

 BLUE value IS 3 (1.56% from 255) = 0.83%

R = 64.64%
G = 34.53%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EA7D03 (or 0xEA7D03) is known color: Tangerine. HEX triplet: EA, 7D and 03. RGB value is (234,125,3). Sum of RGB (Red+Green+Blue) = 234+125+3=362 (47% of max value = 765). Red value is 234 (91.80% from 255 or 64.64% from 362); Green value is 125 (49.22% from 255 or 34.53% from 362); Blue value is 3 (1.56% from 255 or 0.83% from 362); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7D03 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA7D03 is #1582FC. Grayscale: #909090. Windows color (decimal): -1409789 or 228842. OLE color: 228842.

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

Color convert

RGB 234 125 3 -
CMYK 0 0.47 0.99 0.08
HSL 31.69º 0.97% 0.46% -
HSV(B) 31.69º 0.99% 0.92% -
XYZ 41.28 32.17 4.12 -
YUV 143.68 48.61 192.42 -
System Red Green Blue C M Y K H S L
Decimal 234 125 3 0 0.47 0.99 0.08 31.69 0.97 0.46
Hex EA 7D 3 0 2F 63 8 20 61 2E
Octal 352 175 3 0 57 143 10 40 141 56
Binary 11101010 1111101 11 0 101111 1100011 1000 100000 1100001 101110

Color Harmonies of #EA7D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7D03

Black with #EA7D03

Text Example


Text Example

White with #EA7D03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7D03; }

 p { color: rgb(234,125,3); }

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

background-color css

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

 a { background-color: rgb(234,125,3); }

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

border-color css

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

 span { border-color: rgb(234,125,3); }

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