Html Css Color HEX #EA751C Tahiti Gold

📋 copy color: '#EA751C'

red 234 ◦ green 117 ◦ blue 28

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

Shades of Tahiti Gold #EA751C

Tints of Tahiti Gold #EA751C

RGB

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

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

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

R = 61.74%
G = 30.87%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EA751C (or 0xEA751C) is known color: Tahiti Gold. HEX triplet: EA, 75 and 1C. RGB value is (234,117,28). Sum of RGB (Red+Green+Blue) = 234+117+28=379 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.74% from 379); Green value is 117 (46.09% from 255 or 30.87% from 379); Blue value is 28 (11.33% from 255 or 7.39% from 379); Max value from RGB is 234 - color contains mainly: red. Hex color #EA751C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA751C is #158AE3. Grayscale: #8E8E8E. Windows color (decimal): -1411812 or 1865194. OLE color: 1865194.

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

Color convert

RGB 234 117 28 -
CMYK 0 0.5 0.88 0.08
HSL 25.92º 0.83% 0.51% -
HSV(B) 25.92º 0.88% 0.92% -
XYZ 40.5 30.3 4.81 -
YUV 141.84 63.76 193.74 -
System Red Green Blue C M Y K H S L
Decimal 234 117 28 0 0.5 0.88 0.08 25.92 0.83 0.51
Hex EA 75 1C 0 32 58 8 1A 53 33
Octal 352 165 34 0 62 130 10 32 123 63
Binary 11101010 1110101 11100 0 110010 1011000 1000 11010 1010011 110011

Color Harmonies of #EA751C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA751C

Black with #EA751C

Text Example


Text Example

White with #EA751C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA751C; }

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

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

background-color css

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

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

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

border-color css

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

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

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