Html Css Color HEX #EA5E24 Tahiti Gold

📋 copy color: '#EA5E24'

red 234 ◦ green 94 ◦ blue 36

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

Shades of Tahiti Gold #EA5E24

Tints of Tahiti Gold #EA5E24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.89%

R = 64.29%
G = 25.82%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EA5E24 (or 0xEA5E24) is known color: Tahiti Gold. HEX triplet: EA, 5E and 24. RGB value is (234,94,36). Sum of RGB (Red+Green+Blue) = 234+94+36=364 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.29% from 364); Green value is 94 (37.11% from 255 or 25.82% from 364); Blue value is 36 (14.45% from 255 or 9.89% from 364); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5E24 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5E24 is #15A1DB. Grayscale: #818181. Windows color (decimal): -1417692 or 2383594. OLE color: 2383594.

HSL color Cylindrical-coordinate representation of color #EA5E24: hue angle of 17.58º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EA5E24 is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 94 36 -
CMYK 0 0.60 0.85 0.08
HSL 17.58º 0.83% 0.53% -
HSV(B) 17.58º 0.85% 0.92% -
XYZ 38.25 25.63 4.6 -
YUV 129.25 75.38 202.72 -
System Red Green Blue C M Y K H S L
Decimal 234 94 36 0 0.60 0.85 0.08 17.58 0.83 0.53
Hex EA 5E 24 0 3C 55 8 12 52 35
Octal 352 136 44 0 74 125 10 22 122 65
Binary 11101010 1011110 100100 0 111100 1010101 1000 10010 1010010 110101

Color Harmonies of #EA5E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5E24

Black with #EA5E24

Text Example


Text Example

White with #EA5E24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5E24; }

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

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

background-color css

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

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

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

border-color css

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

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

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