Html Css Color HEX #EB742B Tahiti Gold

📋 copy color: '#EB742B'

red 235 ◦ green 116 ◦ blue 43

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

Shades of Tahiti Gold #EB742B

Tints of Tahiti Gold #EB742B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.91%

R = 59.64%
G = 29.44%
B = 10.91%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EB742B (or 0xEB742B) is known color: Tahiti Gold. HEX triplet: EB, 74 and 2B. RGB value is (235,116,43). Sum of RGB (Red+Green+Blue) = 235+116+43=394 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.64% from 394); Green value is 116 (45.70% from 255 or 29.44% from 394); Blue value is 43 (17.19% from 255 or 10.91% from 394); Max value from RGB is 235 - color contains mainly: red. Hex color #EB742B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB742B is #148BD4. Grayscale: #8F8F8F. Windows color (decimal): -1346517 or 2847979. OLE color: 2847979.

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

Color convert

RGB 235 116 43 -
CMYK 0 0.51 0.82 0.08
HSL 22.81º 0.83% 0.55% -
HSV(B) 22.81º 0.82% 0.92% -
XYZ 40.94 30.33 5.98 -
YUV 143.26 71.42 193.44 -
System Red Green Blue C M Y K H S L
Decimal 235 116 43 0 0.51 0.82 0.08 22.81 0.83 0.55
Hex EB 74 2B 0 33 52 8 17 53 37
Octal 353 164 53 0 63 122 10 27 123 67
Binary 11101011 1110100 101011 0 110011 1010010 1000 10111 1010011 110111

Color Harmonies of #EB742B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB742B

Black with #EB742B

Text Example


Text Example

White with #EB742B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB742B; }

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

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

background-color css

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

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

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

border-color css

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

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

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