Html Css Color HEX #EF742A Tahiti Gold

📋 copy color: '#EF742A'

red 239 ◦ green 116 ◦ blue 42

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

Shades of Tahiti Gold #EF742A

Tints of Tahiti Gold #EF742A

RGB

 RED value IS 239 (93.75% from 255) = 60.2%

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

 BLUE value IS 42 (16.8% from 255) = 10.58%

R = 60.2%
G = 29.22%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EF742A (or 0xEF742A) is known color: Tahiti Gold. HEX triplet: EF, 74 and 2A. RGB value is (239,116,42). Sum of RGB (Red+Green+Blue) = 239+116+42=397 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.20% from 397); Green value is 116 (45.70% from 255 or 29.22% from 397); Blue value is 42 (16.80% from 255 or 10.58% from 397); Max value from RGB is 239 - color contains mainly: red. Hex color #EF742A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF742A is #108BD5. Grayscale: #909090. Windows color (decimal): -1084374 or 2782447. OLE color: 2782447.

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

Color convert

RGB 239 116 42 -
CMYK 0 0.51 0.82 0.06
HSL 22.54º 0.86% 0.55% -
HSV(B) 22.54º 0.82% 0.94% -
XYZ 42.26 31.01 5.95 -
YUV 144.34 70.25 195.52 -
System Red Green Blue C M Y K H S L
Decimal 239 116 42 0 0.51 0.82 0.06 22.54 0.86 0.55
Hex EF 74 2A 0 33 52 6 17 56 37
Octal 357 164 52 0 63 122 6 27 126 67
Binary 11101111 1110100 101010 0 110011 1010010 110 10111 1010110 110111

Color Harmonies of #EF742A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF742A

Black with #EF742A

Text Example


Text Example

White with #EF742A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF742A; }

 p { color: rgb(239,116,42); }

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

background-color css

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

 a { background-color: rgb(239,116,42); }

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

border-color css

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

 span { border-color: rgb(239,116,42); }

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