Html Css Color HEX #EB742C Tahiti Gold

📋 copy color: '#EB742C'

red 235 ◦ green 116 ◦ blue 44

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

Shades of Tahiti Gold #EB742C

Tints of Tahiti Gold #EB742C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.14%

R = 59.49%
G = 29.37%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EB742C (or 0xEB742C) is known color: Tahiti Gold. HEX triplet: EB, 74 and 2C. RGB value is (235,116,44). Sum of RGB (Red+Green+Blue) = 235+116+44=395 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.49% from 395); Green value is 116 (45.70% from 255 or 29.37% from 395); Blue value is 44 (17.58% from 255 or 11.14% from 395); Max value from RGB is 235 - color contains mainly: red. Hex color #EB742C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB742C is #148BD3. Grayscale: #8F8F8F. Windows color (decimal): -1346516 or 2913515. OLE color: 2913515.

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

Color convert

RGB 235 116 44 -
CMYK 0 0.51 0.81 0.08
HSL 22.62º 0.83% 0.55% -
HSV(B) 22.62º 0.81% 0.92% -
XYZ 40.96 30.33 6.08 -
YUV 143.37 71.92 193.35 -
System Red Green Blue C M Y K H S L
Decimal 235 116 44 0 0.51 0.81 0.08 22.62 0.83 0.55
Hex EB 74 2C 0 33 51 8 17 53 37
Octal 353 164 54 0 63 121 10 27 123 67
Binary 11101011 1110100 101100 0 110011 1010001 1000 10111 1010011 110111

Color Harmonies of #EB742C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB742C

Black with #EB742C

Text Example


Text Example

White with #EB742C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB742C; }

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

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

background-color css

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

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

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

border-color css

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

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

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