Html Css Color HEX #EB701D Tahiti Gold

📋 copy color: '#EB701D'

red 235 ◦ green 112 ◦ blue 29

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

Shades of Tahiti Gold #EB701D

Tints of Tahiti Gold #EB701D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.79%

 BLUE value IS 29 (11.72% from 255) = 7.71%

R = 62.5%
G = 29.79%
B = 7.71%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EB701D (or 0xEB701D) is known color: Tahiti Gold. HEX triplet: EB, 70 and 1D. RGB value is (235,112,29). Sum of RGB (Red+Green+Blue) = 235+112+29=376 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.5% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 29 (11.72% from 255 or 7.71% from 376); Max value from RGB is 235 - color contains mainly: red. Hex color #EB701D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB701D is #148FE2. Grayscale: #8B8B8B. Windows color (decimal): -1347555 or 1929451. OLE color: 1929451.

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

Color convert

RGB 235 112 29 -
CMYK 0 0.52 0.88 0.08
HSL 24.17º 0.84% 0.52% -
HSV(B) 24.17º 0.88% 0.92% -
XYZ 40.28 29.34 4.7 -
YUV 139.32 65.75 196.25 -
System Red Green Blue C M Y K H S L
Decimal 235 112 29 0 0.52 0.88 0.08 24.17 0.84 0.52
Hex EB 70 1D 0 34 58 8 18 54 34
Octal 353 160 35 0 64 130 10 30 124 64
Binary 11101011 1110000 11101 0 110100 1011000 1000 11000 1010100 110100

Color Harmonies of #EB701D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB701D

Black with #EB701D

Text Example


Text Example

White with #EB701D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB701D; }

 p { color: rgb(235,112,29); }

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

background-color css

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

 a { background-color: rgb(235,112,29); }

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

border-color css

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

 span { border-color: rgb(235,112,29); }

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