Html Css Color HEX #EB742F Tahiti Gold

📋 copy color: '#EB742F'

red 235 ◦ green 116 ◦ blue 47

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

Shades of Tahiti Gold #EB742F

Tints of Tahiti Gold #EB742F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.81%

R = 59.05%
G = 29.15%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.8

 K value IS 0.08

RGB Variations

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

Color information

#EB742F (or 0xEB742F) is known color: Tahiti Gold. HEX triplet: EB, 74 and 2F. RGB value is (235,116,47). Sum of RGB (Red+Green+Blue) = 235+116+47=398 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.05% from 398); Green value is 116 (45.70% from 255 or 29.15% from 398); Blue value is 47 (18.75% from 255 or 11.81% from 398); Max value from RGB is 235 - color contains mainly: red. Hex color #EB742F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB742F is #148BD0. Grayscale: #909090. Windows color (decimal): -1346513 or 3110123. OLE color: 3110123.

HSL color Cylindrical-coordinate representation of color #EB742F: hue angle of 22.02º degrees, saturation: 0.82, 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 #EB742F is Cyan = 0, Magento = 0.51, Yellow = 0.8 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 116 47 -
CMYK 0 0.51 0.8 0.08
HSL 22.02º 0.82% 0.55% -
HSV(B) 22.02º 0.8% 0.92% -
XYZ 41.02 30.36 6.39 -
YUV 143.72 73.42 193.11 -
System Red Green Blue C M Y K H S L
Decimal 235 116 47 0 0.51 0.8 0.08 22.02 0.82 0.55
Hex EB 74 2F 0 33 50 8 16 52 37
Octal 353 164 57 0 63 120 10 26 122 67
Binary 11101011 1110100 101111 0 110011 1010000 1000 10110 1010010 110111

Color Harmonies of #EB742F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB742F

Black with #EB742F

Text Example


Text Example

White with #EB742F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB742F; }

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

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

background-color css

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

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

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

border-color css

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

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

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