Html Css Color HEX #EA641C Tahiti Gold

📋 copy color: '#EA641C'

red 234 ◦ green 100 ◦ blue 28

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

Shades of Tahiti Gold #EA641C

Tints of Tahiti Gold #EA641C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.62%

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

R = 64.64%
G = 27.62%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EA641C (or 0xEA641C) is known color: Tahiti Gold. HEX triplet: EA, 64 and 1C. RGB value is (234,100,28). Sum of RGB (Red+Green+Blue) = 234+100+28=362 (47% of max value = 765). Red value is 234 (91.80% from 255 or 64.64% from 362); Green value is 100 (39.45% from 255 or 27.62% from 362); Blue value is 28 (11.33% from 255 or 7.73% from 362); Max value from RGB is 234 - color contains mainly: red. Hex color #EA641C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA641C is #159BE3. Grayscale: #848484. Windows color (decimal): -1416164 or 1860842. OLE color: 1860842.

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

Color convert

RGB 234 100 28 -
CMYK 0 0.57 0.88 0.08
HSL 20.97º 0.83% 0.51% -
HSV(B) 20.97º 0.88% 0.92% -
XYZ 38.7 26.69 4.21 -
YUV 131.86 69.39 200.85 -
System Red Green Blue C M Y K H S L
Decimal 234 100 28 0 0.57 0.88 0.08 20.97 0.83 0.51
Hex EA 64 1C 0 39 58 8 15 53 33
Octal 352 144 34 0 71 130 10 25 123 63
Binary 11101010 1100100 11100 0 111001 1011000 1000 10101 1010011 110011

Color Harmonies of #EA641C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA641C

Black with #EA641C

Text Example


Text Example

White with #EA641C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA641C; }

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

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

background-color css

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

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

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

border-color css

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

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

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