Html Css Color HEX #EB7D0B Tangerine

📋 copy color: '#EB7D0B'

red 235 ◦ green 125 ◦ blue 11

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

Shades of Tangerine #EB7D0B

Tints of Tangerine #EB7D0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.96%

R = 63.34%
G = 33.69%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EB7D0B (or 0xEB7D0B) is known color: Tangerine. HEX triplet: EB, 7D and 0B. RGB value is (235,125,11). Sum of RGB (Red+Green+Blue) = 235+125+11=371 (49% of max value = 765). Red value is 235 (92.19% from 255 or 63.34% from 371); Green value is 125 (49.22% from 255 or 33.69% from 371); Blue value is 11 (4.69% from 255 or 2.96% from 371); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7D0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB7D0B is #1482F4. Grayscale: #919191. Windows color (decimal): -1344245 or 753131. OLE color: 753131.

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

Color convert

RGB 235 125 11 -
CMYK 0 0.47 0.95 0.08
HSL 30.54º 0.91% 0.48% -
HSV(B) 30.54º 0.95% 0.92% -
XYZ 41.65 32.35 4.37 -
YUV 144.89 52.44 192.27 -
System Red Green Blue C M Y K H S L
Decimal 235 125 11 0 0.47 0.95 0.08 30.54 0.91 0.48
Hex EB 7D B 0 2F 5F 8 1F 5B 30
Octal 353 175 13 0 57 137 10 37 133 60
Binary 11101011 1111101 1011 0 101111 1011111 1000 11111 1011011 110000

Color Harmonies of #EB7D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7D0B

Black with #EB7D0B

Text Example


Text Example

White with #EB7D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7D0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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