Html Css Color HEX #EA7525 Tahiti Gold

📋 copy color: '#EA7525'

red 234 ◦ green 117 ◦ blue 37

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

Shades of Tahiti Gold #EA7525

Tints of Tahiti Gold #EA7525

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.15%

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

R = 60.31%
G = 30.15%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#EA7525 (or 0xEA7525) is known color: Tahiti Gold. HEX triplet: EA, 75 and 25. RGB value is (234,117,37). Sum of RGB (Red+Green+Blue) = 234+117+37=388 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.31% from 388); Green value is 117 (46.09% from 255 or 30.15% from 388); Blue value is 37 (14.84% from 255 or 9.54% from 388); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7525 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA7525 is #158ADA. Grayscale: #8F8F8F. Windows color (decimal): -1411803 or 2455018. OLE color: 2455018.

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

Color convert

RGB 234 117 37 -
CMYK 0 0.5 0.84 0.08
HSL 24.37º 0.82% 0.53% -
HSV(B) 24.37º 0.84% 0.92% -
XYZ 40.63 30.35 5.47 -
YUV 142.86 68.26 193 -
System Red Green Blue C M Y K H S L
Decimal 234 117 37 0 0.5 0.84 0.08 24.37 0.82 0.53
Hex EA 75 25 0 32 54 8 18 52 35
Octal 352 165 45 0 62 124 10 30 122 65
Binary 11101010 1110101 100101 0 110010 1010100 1000 11000 1010010 110101

Color Harmonies of #EA7525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7525

Black with #EA7525

Text Example


Text Example

White with #EA7525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7525; }

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

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

background-color css

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

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

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

border-color css

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

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

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