Html Css Color HEX #EA6325 Tahiti Gold

📋 copy color: '#EA6325'

red 234 ◦ green 99 ◦ blue 37

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

Shades of Tahiti Gold #EA6325

Tints of Tahiti Gold #EA6325

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.76%

 BLUE value IS 37 (14.84% from 255) = 10%

R = 63.24%
G = 26.76%
B = 10%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#EA6325 (or 0xEA6325) is known color: Tahiti Gold. HEX triplet: EA, 63 and 25. RGB value is (234,99,37). Sum of RGB (Red+Green+Blue) = 234+99+37=370 (49% of max value = 765). Red value is 234 (91.80% from 255 or 63.24% from 370); Green value is 99 (39.06% from 255 or 26.76% from 370); Blue value is 37 (14.84% from 255 or 10% from 370); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6325 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA6325 is #159CDA. Grayscale: #848484. Windows color (decimal): -1416411 or 2450410. OLE color: 2450410.

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

Color convert

RGB 234 99 37 -
CMYK 0 0.58 0.84 0.08
HSL 18.88º 0.82% 0.53% -
HSV(B) 18.88º 0.84% 0.92% -
XYZ 38.73 26.55 4.83 -
YUV 132.3 74.23 200.54 -
System Red Green Blue C M Y K H S L
Decimal 234 99 37 0 0.58 0.84 0.08 18.88 0.82 0.53
Hex EA 63 25 0 3A 54 8 13 52 35
Octal 352 143 45 0 72 124 10 23 122 65
Binary 11101010 1100011 100101 0 111010 1010100 1000 10011 1010010 110101

Color Harmonies of #EA6325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6325

Black with #EA6325

Text Example


Text Example

White with #EA6325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6325; }

 p { color: rgb(234,99,37); }

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

background-color css

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

 a { background-color: rgb(234,99,37); }

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

border-color css

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

 span { border-color: rgb(234,99,37); }

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