Html Css Color HEX #EA6525 Tahiti Gold

📋 copy color: '#EA6525'

red 234 ◦ green 101 ◦ blue 37

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

Shades of Tahiti Gold #EA6525

Tints of Tahiti Gold #EA6525

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.15%

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

R = 62.9%
G = 27.15%
B = 9.95%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#EA6525 (or 0xEA6525) is known color: Tahiti Gold. HEX triplet: EA, 65 and 25. RGB value is (234,101,37). Sum of RGB (Red+Green+Blue) = 234+101+37=372 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.90% from 372); Green value is 101 (39.84% from 255 or 27.15% from 372); Blue value is 37 (14.84% from 255 or 9.95% from 372); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6525 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA6525 is #159ADA. Grayscale: #858585. Windows color (decimal): -1415899 or 2450922. OLE color: 2450922.

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

Color convert

RGB 234 101 37 -
CMYK 0 0.57 0.84 0.08
HSL 19.49º 0.82% 0.53% -
HSV(B) 19.49º 0.84% 0.92% -
XYZ 38.92 26.93 4.9 -
YUV 133.47 73.56 199.7 -
System Red Green Blue C M Y K H S L
Decimal 234 101 37 0 0.57 0.84 0.08 19.49 0.82 0.53
Hex EA 65 25 0 39 54 8 13 52 35
Octal 352 145 45 0 71 124 10 23 122 65
Binary 11101010 1100101 100101 0 111001 1010100 1000 10011 1010010 110101

Color Harmonies of #EA6525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6525

Black with #EA6525

Text Example


Text Example

White with #EA6525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6525; }

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

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

background-color css

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

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

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

border-color css

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

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

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