Html Css Color HEX #E18226 Tahiti Gold

📋 copy color: '#E18226'

red 225 ◦ green 130 ◦ blue 38

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

Shades of Tahiti Gold #E18226

Tints of Tahiti Gold #E18226

RGB

 RED value IS 225 (88.28% from 255) = 57.25%

 GREEN value IS 130 (51.17% from 255) = 33.08%

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

R = 57.25%
G = 33.08%
B = 9.67%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#E18226 (or 0xE18226) is known color: Tahiti Gold. HEX triplet: E1, 82 and 26. RGB value is (225,130,38). Sum of RGB (Red+Green+Blue) = 225+130+38=393 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.25% from 393); Green value is 130 (51.17% from 255 or 33.08% from 393); Blue value is 38 (15.23% from 255 or 9.67% from 393); Max value from RGB is 225 - color contains mainly: red. Hex color #E18226 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18226 is #1E7DD9. Grayscale: #949494. Windows color (decimal): -1998298 or 2523873. OLE color: 2523873.

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

Color convert

RGB 225 130 38 -
CMYK 0 0.42 0.83 0.12
HSL 29.52º 0.76% 0.52% -
HSV(B) 29.52º 0.83% 0.88% -
XYZ 39.38 32.11 5.96 -
YUV 147.92 65.97 182.98 -
System Red Green Blue C M Y K H S L
Decimal 225 130 38 0 0.42 0.83 0.12 29.52 0.76 0.52
Hex E1 82 26 0 2A 53 C 1E 4C 34
Octal 341 202 46 0 52 123 14 36 114 64
Binary 11100001 10000010 100110 0 101010 1010011 1100 11110 1001100 110100

Color Harmonies of #E18226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18226

Black with #E18226

Text Example


Text Example

White with #E18226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18226; }

 p { color: rgb(225,130,38); }

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

background-color css

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

 a { background-color: rgb(225,130,38); }

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

border-color css

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

 span { border-color: rgb(225,130,38); }

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