Html Css Color HEX #EA5E21 Tahiti Gold

📋 copy color: '#EA5E21'

red 234 ◦ green 94 ◦ blue 33

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

Shades of Tahiti Gold #EA5E21

Tints of Tahiti Gold #EA5E21

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.04%

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

R = 64.82%
G = 26.04%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EA5E21 (or 0xEA5E21) is known color: Tahiti Gold. HEX triplet: EA, 5E and 21. RGB value is (234,94,33). Sum of RGB (Red+Green+Blue) = 234+94+33=361 (47% of max value = 765). Red value is 234 (91.80% from 255 or 64.82% from 361); Green value is 94 (37.11% from 255 or 26.04% from 361); Blue value is 33 (13.28% from 255 or 9.14% from 361); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5E21 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5E21 is #15A1DE. Grayscale: #818181. Windows color (decimal): -1417695 or 2186986. OLE color: 2186986.

HSL color Cylindrical-coordinate representation of color #EA5E21: hue angle of 18.21º 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 #EA5E21 is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 94 33 -
CMYK 0 0.60 0.86 0.08
HSL 18.21º 0.83% 0.52% -
HSV(B) 18.21º 0.86% 0.92% -
XYZ 38.21 25.61 4.37 -
YUV 128.91 73.88 202.96 -
System Red Green Blue C M Y K H S L
Decimal 234 94 33 0 0.60 0.86 0.08 18.21 0.83 0.52
Hex EA 5E 21 0 3C 56 8 12 53 34
Octal 352 136 41 0 74 126 10 22 123 64
Binary 11101010 1011110 100001 0 111100 1010110 1000 10010 1010011 110100

Color Harmonies of #EA5E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5E21

Black with #EA5E21

Text Example


Text Example

White with #EA5E21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5E21; }

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

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

background-color css

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

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

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

border-color css

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

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

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