Html Css Color HEX #EA781F Tahiti Gold

📋 copy color: '#EA781F'

red 234 ◦ green 120 ◦ blue 31

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

Shades of Tahiti Gold #EA781F

Tints of Tahiti Gold #EA781F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.17%

 BLUE value IS 31 (12.5% from 255) = 8.05%

R = 60.78%
G = 31.17%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EA781F (or 0xEA781F) is known color: Tahiti Gold. HEX triplet: EA, 78 and 1F. RGB value is (234,120,31). Sum of RGB (Red+Green+Blue) = 234+120+31=385 (50% of max value = 765). Red value is 234 (91.80% from 255 or 60.78% from 385); Green value is 120 (47.27% from 255 or 31.17% from 385); Blue value is 31 (12.5% from 255 or 8.05% from 385); Max value from RGB is 234 - color contains mainly: red. Hex color #EA781F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA781F is #1587E0. Grayscale: #909090. Windows color (decimal): -1411041 or 2062570. OLE color: 2062570.

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

Color convert

RGB 234 120 31 -
CMYK 0 0.49 0.87 0.08
HSL 26.31º 0.83% 0.52% -
HSV(B) 26.31º 0.87% 0.92% -
XYZ 40.9 31.02 5.13 -
YUV 143.94 64.27 192.24 -
System Red Green Blue C M Y K H S L
Decimal 234 120 31 0 0.49 0.87 0.08 26.31 0.83 0.52
Hex EA 78 1F 0 31 57 8 1A 53 34
Octal 352 170 37 0 61 127 10 32 123 64
Binary 11101010 1111000 11111 0 110001 1010111 1000 11010 1010011 110100

Color Harmonies of #EA781F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA781F

Black with #EA781F

Text Example


Text Example

White with #EA781F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA781F; }

 p { color: rgb(234,120,31); }

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

background-color css

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

 a { background-color: rgb(234,120,31); }

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

border-color css

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

 span { border-color: rgb(234,120,31); }

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