Html Css Color HEX #EB742E Tahiti Gold

📋 copy color: '#EB742E'

red 235 ◦ green 116 ◦ blue 46

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

Shades of Tahiti Gold #EB742E

Tints of Tahiti Gold #EB742E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.22%

 BLUE value IS 46 (18.36% from 255) = 11.59%

R = 59.19%
G = 29.22%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EB742E (or 0xEB742E) is known color: Tahiti Gold. HEX triplet: EB, 74 and 2E. RGB value is (235,116,46). Sum of RGB (Red+Green+Blue) = 235+116+46=397 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.19% from 397); Green value is 116 (45.70% from 255 or 29.22% from 397); Blue value is 46 (18.36% from 255 or 11.59% from 397); Max value from RGB is 235 - color contains mainly: red. Hex color #EB742E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB742E is #148BD1. Grayscale: #909090. Windows color (decimal): -1346514 or 3044587. OLE color: 3044587.

HSL color Cylindrical-coordinate representation of color #EB742E: hue angle of 22.22º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EB742E is Cyan = 0, Magento = 0.51, Yellow = 0.80 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 116 46 -
CMYK 0 0.51 0.80 0.08
HSL 22.22º 0.83% 0.55% -
HSV(B) 22.22º 0.8% 0.92% -
XYZ 41 30.35 6.28 -
YUV 143.6 72.92 193.19 -
System Red Green Blue C M Y K H S L
Decimal 235 116 46 0 0.51 0.80 0.08 22.22 0.83 0.55
Hex EB 74 2E 0 33 50 8 16 53 37
Octal 353 164 56 0 63 120 10 26 123 67
Binary 11101011 1110100 101110 0 110011 1010000 1000 10110 1010011 110111

Color Harmonies of #EB742E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB742E

Black with #EB742E

Text Example


Text Example

White with #EB742E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB742E; }

 p { color: rgb(235,116,46); }

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

background-color css

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

 a { background-color: rgb(235,116,46); }

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

border-color css

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

 span { border-color: rgb(235,116,46); }

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