Html Css Color HEX #EB7D0A Tangerine

📋 copy color: '#EB7D0A'

red 235 ◦ green 125 ◦ blue 10

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

Shades of Tangerine #EB7D0A

Tints of Tangerine #EB7D0A

RGB

 RED value IS 235 (92.19% from 255) = 63.51%

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

 BLUE value IS 10 (4.3% from 255) = 2.7%

R = 63.51%
G = 33.78%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EB7D0A (or 0xEB7D0A) is known color: Tangerine. HEX triplet: EB, 7D and 0A. RGB value is (235,125,10). Sum of RGB (Red+Green+Blue) = 235+125+10=370 (49% of max value = 765). Red value is 235 (92.19% from 255 or 63.51% from 370); Green value is 125 (49.22% from 255 or 33.78% from 370); Blue value is 10 (4.30% from 255 or 2.70% from 370); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7D0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB7D0A is #1482F5. Grayscale: #919191. Windows color (decimal): -1344246 or 687595. OLE color: 687595.

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

Color convert

RGB 235 125 10 -
CMYK 0 0.47 0.96 0.08
HSL 30.67º 0.92% 0.48% -
HSV(B) 30.67º 0.96% 0.92% -
XYZ 41.65 32.35 4.34 -
YUV 144.78 51.94 192.35 -
System Red Green Blue C M Y K H S L
Decimal 235 125 10 0 0.47 0.96 0.08 30.67 0.92 0.48
Hex EB 7D A 0 2F 60 8 1F 5C 30
Octal 353 175 12 0 57 140 10 37 134 60
Binary 11101011 1111101 1010 0 101111 1100000 1000 11111 1011100 110000

Color Harmonies of #EB7D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7D0A

Black with #EB7D0A

Text Example


Text Example

White with #EB7D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7D0A; }

 p { color: rgb(235,125,10); }

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

background-color css

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

 a { background-color: rgb(235,125,10); }

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

border-color css

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

 span { border-color: rgb(235,125,10); }

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