Html Css Color HEX #E06A28 Tahiti Gold

📋 copy color: '#E06A28'

red 224 ◦ green 106 ◦ blue 40

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

Shades of Tahiti Gold #E06A28

Tints of Tahiti Gold #E06A28

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.65%

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

R = 60.54%
G = 28.65%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#E06A28 (or 0xE06A28) is known color: Tahiti Gold. HEX triplet: E0, 6A and 28. RGB value is (224,106,40). Sum of RGB (Red+Green+Blue) = 224+106+40=370 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.54% from 370); Green value is 106 (41.80% from 255 or 28.65% from 370); Blue value is 40 (16.02% from 255 or 10.81% from 370); Max value from RGB is 224 - color contains mainly: red. Hex color #E06A28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06A28 is #1F95D7. Grayscale: #868686. Windows color (decimal): -2069976 or 2648800. OLE color: 2648800.

HSL color Cylindrical-coordinate representation of color #E06A28: hue angle of 21.52º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E06A28 is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 106 40 -
CMYK 0 0.53 0.82 0.12
HSL 21.52º 0.75% 0.52% -
HSV(B) 21.52º 0.82% 0.88% -
XYZ 36.28 26.31 5.17 -
YUV 133.76 75.09 192.37 -
System Red Green Blue C M Y K H S L
Decimal 224 106 40 0 0.53 0.82 0.12 21.52 0.75 0.52
Hex E0 6A 28 0 35 52 C 16 4B 34
Octal 340 152 50 0 65 122 14 26 113 64
Binary 11100000 1101010 101000 0 110101 1010010 1100 10110 1001011 110100

Color Harmonies of #E06A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06A28

Black with #E06A28

Text Example


Text Example

White with #E06A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06A28; }

 p { color: rgb(224,106,40); }

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

background-color css

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

 a { background-color: rgb(224,106,40); }

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

border-color css

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

 span { border-color: rgb(224,106,40); }

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