Html Css Color HEX #EA601E Tahiti Gold

📋 copy color: '#EA601E'

red 234 ◦ green 96 ◦ blue 30

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

Shades of Tahiti Gold #EA601E

Tints of Tahiti Gold #EA601E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.67%

 BLUE value IS 30 (12.11% from 255) = 8.33%

R = 65%
G = 26.67%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EA601E (or 0xEA601E) is known color: Tahiti Gold. HEX triplet: EA, 60 and 1E. RGB value is (234,96,30). Sum of RGB (Red+Green+Blue) = 234+96+30=360 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65% from 360); Green value is 96 (37.89% from 255 or 26.67% from 360); Blue value is 30 (12.11% from 255 or 8.33% from 360); Max value from RGB is 234 - color contains mainly: red. Hex color #EA601E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA601E is #159FE1. Grayscale: #828282. Windows color (decimal): -1417186 or 1990890. OLE color: 1990890.

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

Color convert

RGB 234 96 30 -
CMYK 0 0.59 0.87 0.08
HSL 19.41º 0.83% 0.52% -
HSV(B) 19.41º 0.87% 0.92% -
XYZ 38.35 25.95 4.22 -
YUV 129.74 71.72 202.37 -
System Red Green Blue C M Y K H S L
Decimal 234 96 30 0 0.59 0.87 0.08 19.41 0.83 0.52
Hex EA 60 1E 0 3B 57 8 13 53 34
Octal 352 140 36 0 73 127 10 23 123 64
Binary 11101010 1100000 11110 0 111011 1010111 1000 10011 1010011 110100

Color Harmonies of #EA601E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA601E

Black with #EA601E

Text Example


Text Example

White with #EA601E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA601E; }

 p { color: rgb(234,96,30); }

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

background-color css

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

 a { background-color: rgb(234,96,30); }

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

border-color css

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

 span { border-color: rgb(234,96,30); }

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