Html Css Color HEX #EA6A28 Tahiti Gold

📋 copy color: '#EA6A28'

red 234 ◦ green 106 ◦ blue 40

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

Shades of Tahiti Gold #EA6A28

Tints of Tahiti Gold #EA6A28

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.89%

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

R = 61.58%
G = 27.89%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EA6A28 (or 0xEA6A28) is known color: Tahiti Gold. HEX triplet: EA, 6A and 28. RGB value is (234,106,40). Sum of RGB (Red+Green+Blue) = 234+106+40=380 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.58% from 380); Green value is 106 (41.80% from 255 or 27.89% from 380); Blue value is 40 (16.02% from 255 or 10.53% from 380); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6A28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA6A28 is #1595D7. Grayscale: #898989. Windows color (decimal): -1414616 or 2648810. OLE color: 2648810.

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

Color convert

RGB 234 106 40 -
CMYK 0 0.55 0.83 0.08
HSL 20.41º 0.82% 0.54% -
HSV(B) 20.41º 0.83% 0.92% -
XYZ 39.47 27.95 5.32 -
YUV 136.75 73.41 197.37 -
System Red Green Blue C M Y K H S L
Decimal 234 106 40 0 0.55 0.83 0.08 20.41 0.82 0.54
Hex EA 6A 28 0 37 53 8 14 52 36
Octal 352 152 50 0 67 123 10 24 122 66
Binary 11101010 1101010 101000 0 110111 1010011 1000 10100 1010010 110110

Color Harmonies of #EA6A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6A28

Black with #EA6A28

Text Example


Text Example

White with #EA6A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6A28; }

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

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

background-color css

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

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

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

border-color css

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

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

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