Html Css Color HEX #EA772E Tahiti Gold

📋 copy color: '#EA772E'

red 234 ◦ green 119 ◦ blue 46

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

Shades of Tahiti Gold #EA772E

Tints of Tahiti Gold #EA772E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.53%

R = 58.65%
G = 29.82%
B = 11.53%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EA772E (or 0xEA772E) is known color: Tahiti Gold. HEX triplet: EA, 77 and 2E. RGB value is (234,119,46). Sum of RGB (Red+Green+Blue) = 234+119+46=399 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.65% from 399); Green value is 119 (46.88% from 255 or 29.82% from 399); Blue value is 46 (18.36% from 255 or 11.53% from 399); Max value from RGB is 234 - color contains mainly: red. Hex color #EA772E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA772E is #1588D1. Grayscale: #919191. Windows color (decimal): -1411282 or 3045354. OLE color: 3045354.

HSL color Cylindrical-coordinate representation of color #EA772E: hue angle of 23.3º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EA772E is Cyan = 0, Magento = 0.49, Yellow = 0.80 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 119 46 -
CMYK 0 0.49 0.80 0.08
HSL 23.3º 0.82% 0.55% -
HSV(B) 23.3º 0.8% 0.92% -
XYZ 41.02 30.88 6.38 -
YUV 145.06 72.1 191.44 -
System Red Green Blue C M Y K H S L
Decimal 234 119 46 0 0.49 0.80 0.08 23.3 0.82 0.55
Hex EA 77 2E 0 31 50 8 17 52 37
Octal 352 167 56 0 61 120 10 27 122 67
Binary 11101010 1110111 101110 0 110001 1010000 1000 10111 1010010 110111

Color Harmonies of #EA772E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA772E

Black with #EA772E

Text Example


Text Example

White with #EA772E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA772E; }

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

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

background-color css

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

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

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

border-color css

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

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

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