Html Css Color HEX #EA6D28 Tahiti Gold

📋 copy color: '#EA6D28'

red 234 ◦ green 109 ◦ blue 40

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

Shades of Tahiti Gold #EA6D28

Tints of Tahiti Gold #EA6D28

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.46%

 BLUE value IS 40 (16.02% from 255) = 10.44%

R = 61.1%
G = 28.46%
B = 10.44%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EA6D28 (or 0xEA6D28) is known color: Tahiti Gold. HEX triplet: EA, 6D and 28. RGB value is (234,109,40). Sum of RGB (Red+Green+Blue) = 234+109+40=383 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.10% from 383); Green value is 109 (42.97% from 255 or 28.46% from 383); Blue value is 40 (16.02% from 255 or 10.44% from 383); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6D28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA6D28 is #1592D7. Grayscale: #8A8A8A. Windows color (decimal): -1413848 or 2649578. OLE color: 2649578.

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

Color convert

RGB 234 109 40 -
CMYK 0 0.53 0.83 0.08
HSL 21.34º 0.82% 0.54% -
HSV(B) 21.34º 0.83% 0.92% -
XYZ 39.78 28.58 5.43 -
YUV 138.51 72.41 196.11 -
System Red Green Blue C M Y K H S L
Decimal 234 109 40 0 0.53 0.83 0.08 21.34 0.82 0.54
Hex EA 6D 28 0 35 53 8 15 52 36
Octal 352 155 50 0 65 123 10 25 122 66
Binary 11101010 1101101 101000 0 110101 1010011 1000 10101 1010010 110110

Color Harmonies of #EA6D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6D28

Black with #EA6D28

Text Example


Text Example

White with #EA6D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6D28; }

 p { color: rgb(234,109,40); }

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

background-color css

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

 a { background-color: rgb(234,109,40); }

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

border-color css

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

 span { border-color: rgb(234,109,40); }

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