Html Css Color HEX #EA761C Tahiti Gold

📋 copy color: '#EA761C'

red 234 ◦ green 118 ◦ blue 28

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

Shades of Tahiti Gold #EA761C

Tints of Tahiti Gold #EA761C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.05%

 BLUE value IS 28 (11.33% from 255) = 7.37%

R = 61.58%
G = 31.05%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EA761C (or 0xEA761C) is known color: Tahiti Gold. HEX triplet: EA, 76 and 1C. RGB value is (234,118,28). Sum of RGB (Red+Green+Blue) = 234+118+28=380 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.58% from 380); Green value is 118 (46.48% from 255 or 31.05% from 380); Blue value is 28 (11.33% from 255 or 7.37% from 380); Max value from RGB is 234 - color contains mainly: red. Hex color #EA761C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA761C is #1589E3. Grayscale: #8E8E8E. Windows color (decimal): -1411556 or 1865450. OLE color: 1865450.

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

Color convert

RGB 234 118 28 -
CMYK 0 0.50 0.88 0.08
HSL 26.21º 0.83% 0.51% -
HSV(B) 26.21º 0.88% 0.92% -
XYZ 40.62 30.53 4.85 -
YUV 142.42 63.43 193.32 -
System Red Green Blue C M Y K H S L
Decimal 234 118 28 0 0.50 0.88 0.08 26.21 0.83 0.51
Hex EA 76 1C 0 32 58 8 1A 53 33
Octal 352 166 34 0 62 130 10 32 123 63
Binary 11101010 1110110 11100 0 110010 1011000 1000 11010 1010011 110011

Color Harmonies of #EA761C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA761C

Black with #EA761C

Text Example


Text Example

White with #EA761C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA761C; }

 p { color: rgb(234,118,28); }

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

background-color css

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

 a { background-color: rgb(234,118,28); }

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

border-color css

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

 span { border-color: rgb(234,118,28); }

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