Html Css Color HEX #EA7D27 Tahiti Gold

📋 copy color: '#EA7D27'

red 234 ◦ green 125 ◦ blue 39

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

Shades of Tahiti Gold #EA7D27

Tints of Tahiti Gold #EA7D27

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.41%

 BLUE value IS 39 (15.63% from 255) = 9.8%

R = 58.79%
G = 31.41%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EA7D27 (or 0xEA7D27) is known color: Tahiti Gold. HEX triplet: EA, 7D and 27. RGB value is (234,125,39). Sum of RGB (Red+Green+Blue) = 234+125+39=398 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.79% from 398); Green value is 125 (49.22% from 255 or 31.41% from 398); Blue value is 39 (15.62% from 255 or 9.80% from 398); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7D27 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA7D27 is #1582D8. Grayscale: #949494. Windows color (decimal): -1409753 or 2588138. OLE color: 2588138.

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

Color convert

RGB 234 125 39 -
CMYK 0 0.47 0.83 0.08
HSL 26.46º 0.82% 0.54% -
HSV(B) 26.46º 0.83% 0.92% -
XYZ 41.63 32.31 5.96 -
YUV 147.79 66.61 189.49 -
System Red Green Blue C M Y K H S L
Decimal 234 125 39 0 0.47 0.83 0.08 26.46 0.82 0.54
Hex EA 7D 27 0 2F 53 8 1A 52 36
Octal 352 175 47 0 57 123 10 32 122 66
Binary 11101010 1111101 100111 0 101111 1010011 1000 11010 1010010 110110

Color Harmonies of #EA7D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7D27

Black with #EA7D27

Text Example


Text Example

White with #EA7D27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7D27; }

 p { color: rgb(234,125,39); }

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

background-color css

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

 a { background-color: rgb(234,125,39); }

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

border-color css

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

 span { border-color: rgb(234,125,39); }

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