Html Css Color HEX #E06A26 Tahiti Gold

📋 copy color: '#E06A26'

red 224 ◦ green 106 ◦ blue 38

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

Shades of Tahiti Gold #E06A26

Tints of Tahiti Gold #E06A26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.33%

R = 60.87%
G = 28.8%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#E06A26 (or 0xE06A26) is known color: Tahiti Gold. HEX triplet: E0, 6A and 26. RGB value is (224,106,38). Sum of RGB (Red+Green+Blue) = 224+106+38=368 (48% of max value = 765). Red value is 224 (87.89% from 255 or 60.87% from 368); Green value is 106 (41.80% from 255 or 28.80% from 368); Blue value is 38 (15.23% from 255 or 10.33% from 368); Max value from RGB is 224 - color contains mainly: red. Hex color #E06A26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06A26 is #1F95D9. Grayscale: #858585. Windows color (decimal): -2069978 or 2517728. OLE color: 2517728.

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

Color convert

RGB 224 106 38 -
CMYK 0 0.53 0.83 0.12
HSL 21.94º 0.75% 0.51% -
HSV(B) 21.94º 0.83% 0.88% -
XYZ 36.24 26.3 5 -
YUV 133.53 74.09 192.53 -
System Red Green Blue C M Y K H S L
Decimal 224 106 38 0 0.53 0.83 0.12 21.94 0.75 0.51
Hex E0 6A 26 0 35 53 C 16 4B 33
Octal 340 152 46 0 65 123 14 26 113 63
Binary 11100000 1101010 100110 0 110101 1010011 1100 10110 1001011 110011

Color Harmonies of #E06A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06A26

Black with #E06A26

Text Example


Text Example

White with #E06A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06A26; }

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

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

background-color css

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

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

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

border-color css

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

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

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