Html Css Color HEX #EF7428 Tahiti Gold

📋 copy color: '#EF7428'

red 239 ◦ green 116 ◦ blue 40

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

Shades of Tahiti Gold #EF7428

Tints of Tahiti Gold #EF7428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.13%

R = 60.51%
G = 29.37%
B = 10.13%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#EF7428 (or 0xEF7428) is known color: Tahiti Gold. HEX triplet: EF, 74 and 28. RGB value is (239,116,40). Sum of RGB (Red+Green+Blue) = 239+116+40=395 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.51% from 395); Green value is 116 (45.70% from 255 or 29.37% from 395); Blue value is 40 (16.02% from 255 or 10.13% from 395); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7428 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7428 is #108BD7. Grayscale: #909090. Windows color (decimal): -1084376 or 2651375. OLE color: 2651375.

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

Color convert

RGB 239 116 40 -
CMYK 0 0.51 0.83 0.06
HSL 22.91º 0.86% 0.55% -
HSV(B) 22.91º 0.83% 0.94% -
XYZ 42.23 30.99 5.76 -
YUV 144.11 69.25 195.68 -
System Red Green Blue C M Y K H S L
Decimal 239 116 40 0 0.51 0.83 0.06 22.91 0.86 0.55
Hex EF 74 28 0 33 53 6 17 56 37
Octal 357 164 50 0 63 123 6 27 126 67
Binary 11101111 1110100 101000 0 110011 1010011 110 10111 1010110 110111

Color Harmonies of #EF7428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7428

Black with #EF7428

Text Example


Text Example

White with #EF7428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7428; }

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

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

background-color css

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

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

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

border-color css

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

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

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