Html Css Color HEX #E07D1C Tahiti Gold

📋 copy color: '#E07D1C'

red 224 ◦ green 125 ◦ blue 28

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

Shades of Tahiti Gold #E07D1C

Tints of Tahiti Gold #E07D1C

RGB

 RED value IS 224 (87.89% from 255) = 59.42%

 GREEN value IS 125 (49.22% from 255) = 33.16%

 BLUE value IS 28 (11.33% from 255) = 7.43%

R = 59.42%
G = 33.16%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E07D1C (or 0xE07D1C) is known color: Tahiti Gold. HEX triplet: E0, 7D and 1C. RGB value is (224,125,28). Sum of RGB (Red+Green+Blue) = 224+125+28=377 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.42% from 377); Green value is 125 (49.22% from 255 or 33.16% from 377); Blue value is 28 (11.33% from 255 or 7.43% from 377); Max value from RGB is 224 - color contains mainly: red. Hex color #E07D1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07D1C is #1F82E3. Grayscale: #909090. Windows color (decimal): -2065124 or 1867232. OLE color: 1867232.

HSL color Cylindrical-coordinate representation of color #E07D1C: hue angle of 29.69º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E07D1C is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 125 28 -
CMYK 0 0.44 0.88 0.12
HSL 29.69º 0.78% 0.49% -
HSV(B) 29.69º 0.88% 0.88% -
XYZ 38.28 30.6 4.99 -
YUV 143.54 62.8 185.39 -
System Red Green Blue C M Y K H S L
Decimal 224 125 28 0 0.44 0.88 0.12 29.69 0.78 0.49
Hex E0 7D 1C 0 2C 58 C 1E 4E 31
Octal 340 175 34 0 54 130 14 36 116 61
Binary 11100000 1111101 11100 0 101100 1011000 1100 11110 1001110 110001

Color Harmonies of #E07D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07D1C

Black with #E07D1C

Text Example


Text Example

White with #E07D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07D1C; }

 p { color: rgb(224,125,28); }

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

background-color css

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

 a { background-color: rgb(224,125,28); }

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

border-color css

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

 span { border-color: rgb(224,125,28); }

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