Html Css Color HEX #EA661D Tahiti Gold

📋 copy color: '#EA661D'

red 234 ◦ green 102 ◦ blue 29

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

Shades of Tahiti Gold #EA661D

Tints of Tahiti Gold #EA661D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.95%

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

R = 64.11%
G = 27.95%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EA661D (or 0xEA661D) is known color: Tahiti Gold. HEX triplet: EA, 66 and 1D. RGB value is (234,102,29). Sum of RGB (Red+Green+Blue) = 234+102+29=365 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.11% from 365); Green value is 102 (40.23% from 255 or 27.95% from 365); Blue value is 29 (11.72% from 255 or 7.95% from 365); Max value from RGB is 234 - color contains mainly: red. Hex color #EA661D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA661D is #1599E2. Grayscale: #858585. Windows color (decimal): -1415651 or 1926890. OLE color: 1926890.

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

Color convert

RGB 234 102 29 -
CMYK 0 0.56 0.88 0.08
HSL 21.37º 0.83% 0.52% -
HSV(B) 21.37º 0.88% 0.92% -
XYZ 38.9 27.08 4.34 -
YUV 133.15 69.23 199.94 -
System Red Green Blue C M Y K H S L
Decimal 234 102 29 0 0.56 0.88 0.08 21.37 0.83 0.52
Hex EA 66 1D 0 38 58 8 15 53 34
Octal 352 146 35 0 70 130 10 25 123 64
Binary 11101010 1100110 11101 0 111000 1011000 1000 10101 1010011 110100

Color Harmonies of #EA661D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA661D

Black with #EA661D

Text Example


Text Example

White with #EA661D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA661D; }

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

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

background-color css

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

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

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

border-color css

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

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

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