Html Css Color HEX #EA7221 Tahiti Gold

📋 copy color: '#EA7221'

red 234 ◦ green 114 ◦ blue 33

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

Shades of Tahiti Gold #EA7221

Tints of Tahiti Gold #EA7221

RGB

 RED value IS 234 (91.8% from 255) = 61.42%

 GREEN value IS 114 (44.92% from 255) = 29.92%

 BLUE value IS 33 (13.28% from 255) = 8.66%

R = 61.42%
G = 29.92%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EA7221 (or 0xEA7221) is known color: Tahiti Gold. HEX triplet: EA, 72 and 21. RGB value is (234,114,33). Sum of RGB (Red+Green+Blue) = 234+114+33=381 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.42% from 381); Green value is 114 (44.92% from 255 or 29.92% from 381); Blue value is 33 (13.28% from 255 or 8.66% from 381); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7221 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA7221 is #158DDE. Grayscale: #8D8D8D. Windows color (decimal): -1412575 or 2192106. OLE color: 2192106.

HSL color Cylindrical-coordinate representation of color #EA7221: hue angle of 24.18º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EA7221 is Cyan = 0, Magento = 0.51, Yellow = 0.86 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 114 33 -
CMYK 0 0.51 0.86 0.08
HSL 24.18º 0.83% 0.52% -
HSV(B) 24.18º 0.86% 0.92% -
XYZ 40.22 29.64 5.04 -
YUV 140.65 67.26 194.59 -
System Red Green Blue C M Y K H S L
Decimal 234 114 33 0 0.51 0.86 0.08 24.18 0.83 0.52
Hex EA 72 21 0 33 56 8 18 53 34
Octal 352 162 41 0 63 126 10 30 123 64
Binary 11101010 1110010 100001 0 110011 1010110 1000 11000 1010011 110100

Color Harmonies of #EA7221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7221

Black with #EA7221

Text Example


Text Example

White with #EA7221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7221; }

 p { color: rgb(234,114,33); }

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

background-color css

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

 a { background-color: rgb(234,114,33); }

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

border-color css

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

 span { border-color: rgb(234,114,33); }

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