Html Css Color HEX #E0812A Tahiti Gold

📋 copy color: '#E0812A'

red 224 ◦ green 129 ◦ blue 42

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

Shades of Tahiti Gold #E0812A

Tints of Tahiti Gold #E0812A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.66%

 BLUE value IS 42 (16.8% from 255) = 10.63%

R = 56.71%
G = 32.66%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E0812A (or 0xE0812A) is known color: Tahiti Gold. HEX triplet: E0, 81 and 2A. RGB value is (224,129,42). Sum of RGB (Red+Green+Blue) = 224+129+42=395 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.71% from 395); Green value is 129 (50.78% from 255 or 32.66% from 395); Blue value is 42 (16.80% from 255 or 10.63% from 395); Max value from RGB is 224 - color contains mainly: red. Hex color #E0812A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0812A is #1F7ED5. Grayscale: #939393. Windows color (decimal): -2064086 or 2785760. OLE color: 2785760.

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

Color convert

RGB 224 129 42 -
CMYK 0 0.42 0.81 0.12
HSL 28.68º 0.75% 0.52% -
HSV(B) 28.68º 0.81% 0.88% -
XYZ 39.01 31.71 6.26 -
YUV 147.49 68.47 182.57 -
System Red Green Blue C M Y K H S L
Decimal 224 129 42 0 0.42 0.81 0.12 28.68 0.75 0.52
Hex E0 81 2A 0 2A 51 C 1D 4B 34
Octal 340 201 52 0 52 121 14 35 113 64
Binary 11100000 10000001 101010 0 101010 1010001 1100 11101 1001011 110100

Color Harmonies of #E0812A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0812A

Black with #E0812A

Text Example


Text Example

White with #E0812A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0812A; }

 p { color: rgb(224,129,42); }

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

background-color css

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

 a { background-color: rgb(224,129,42); }

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

border-color css

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

 span { border-color: rgb(224,129,42); }

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