Html Css Color HEX #EA691D Tahiti Gold

📋 copy color: '#EA691D'

red 234 ◦ green 105 ◦ blue 29

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

Shades of Tahiti Gold #EA691D

Tints of Tahiti Gold #EA691D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.53%

 BLUE value IS 29 (11.72% from 255) = 7.88%

R = 63.59%
G = 28.53%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EA691D (or 0xEA691D) is known color: Tahiti Gold. HEX triplet: EA, 69 and 1D. RGB value is (234,105,29). Sum of RGB (Red+Green+Blue) = 234+105+29=368 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.59% from 368); Green value is 105 (41.41% from 255 or 28.53% from 368); Blue value is 29 (11.72% from 255 or 7.88% from 368); Max value from RGB is 234 - color contains mainly: red. Hex color #EA691D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA691D is #1596E2. Grayscale: #878787. Windows color (decimal): -1414883 or 1927658. OLE color: 1927658.

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

Color convert

RGB 234 105 29 -
CMYK 0 0.55 0.88 0.08
HSL 22.24º 0.83% 0.52% -
HSV(B) 22.24º 0.88% 0.92% -
XYZ 39.21 27.68 4.44 -
YUV 134.91 68.24 198.68 -
System Red Green Blue C M Y K H S L
Decimal 234 105 29 0 0.55 0.88 0.08 22.24 0.83 0.52
Hex EA 69 1D 0 37 58 8 16 53 34
Octal 352 151 35 0 67 130 10 26 123 64
Binary 11101010 1101001 11101 0 110111 1011000 1000 10110 1010011 110100

Color Harmonies of #EA691D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA691D

Black with #EA691D

Text Example


Text Example

White with #EA691D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA691D; }

 p { color: rgb(234,105,29); }

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

background-color css

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

 a { background-color: rgb(234,105,29); }

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

border-color css

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

 span { border-color: rgb(234,105,29); }

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