Html Css Color HEX #EA7D07 Tangerine

📋 copy color: '#EA7D07'

red 234 ◦ green 125 ◦ blue 7

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

Shades of Tangerine #EA7D07

Tints of Tangerine #EA7D07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.91%

R = 63.93%
G = 34.15%
B = 1.91%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EA7D07 (or 0xEA7D07) is known color: Tangerine. HEX triplet: EA, 7D and 07. RGB value is (234,125,7). Sum of RGB (Red+Green+Blue) = 234+125+7=366 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.93% from 366); Green value is 125 (49.22% from 255 or 34.15% from 366); Blue value is 7 (3.12% from 255 or 1.91% from 366); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7D07 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA7D07 is #1582F8. Grayscale: #909090. Windows color (decimal): -1409785 or 490986. OLE color: 490986.

HSL color Cylindrical-coordinate representation of color #EA7D07: hue angle of 31.19º degrees, saturation: 0.94, 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 #EA7D07 is Cyan = 0, Magento = 0.47, Yellow = 0.97 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 125 7 -
CMYK 0 0.47 0.97 0.08
HSL 31.19º 0.94% 0.47% -
HSV(B) 31.19º 0.97% 0.92% -
XYZ 41.3 32.18 4.23 -
YUV 144.14 50.61 192.09 -
System Red Green Blue C M Y K H S L
Decimal 234 125 7 0 0.47 0.97 0.08 31.19 0.94 0.47
Hex EA 7D 7 0 2F 61 8 1F 5E 2F
Octal 352 175 7 0 57 141 10 37 136 57
Binary 11101010 1111101 111 0 101111 1100001 1000 11111 1011110 101111

Color Harmonies of #EA7D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7D07

Black with #EA7D07

Text Example


Text Example

White with #EA7D07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7D07; }

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

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

background-color css

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

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

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

border-color css

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

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

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