Html Css Color HEX #EA7725 Tahiti Gold

📋 copy color: '#EA7725'

red 234 ◦ green 119 ◦ blue 37

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

Shades of Tahiti Gold #EA7725

Tints of Tahiti Gold #EA7725

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.51%

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

R = 60%
G = 30.51%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#EA7725 (or 0xEA7725) is known color: Tahiti Gold. HEX triplet: EA, 77 and 25. RGB value is (234,119,37). Sum of RGB (Red+Green+Blue) = 234+119+37=390 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60% from 390); Green value is 119 (46.88% from 255 or 30.51% from 390); Blue value is 37 (14.84% from 255 or 9.49% from 390); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7725 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA7725 is #1588DA. Grayscale: #909090. Windows color (decimal): -1411291 or 2455530. OLE color: 2455530.

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

Color convert

RGB 234 119 37 -
CMYK 0 0.49 0.84 0.08
HSL 24.97º 0.82% 0.53% -
HSV(B) 24.97º 0.84% 0.92% -
XYZ 40.86 30.82 5.55 -
YUV 144.04 67.6 192.17 -
System Red Green Blue C M Y K H S L
Decimal 234 119 37 0 0.49 0.84 0.08 24.97 0.82 0.53
Hex EA 77 25 0 31 54 8 19 52 35
Octal 352 167 45 0 61 124 10 31 122 65
Binary 11101010 1110111 100101 0 110001 1010100 1000 11001 1010010 110101

Color Harmonies of #EA7725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7725

Black with #EA7725

Text Example


Text Example

White with #EA7725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7725; }

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

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

background-color css

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

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

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

border-color css

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

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

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