Html Css Color HEX #EA661B Tahiti Gold

📋 copy color: '#EA661B'

red 234 ◦ green 102 ◦ blue 27

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

Shades of Tahiti Gold #EA661B

Tints of Tahiti Gold #EA661B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.44%

R = 64.46%
G = 28.1%
B = 7.44%

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

#EA661B (or 0xEA661B) is known color: Tahiti Gold. HEX triplet: EA, 66 and 1B. RGB value is (234,102,27). Sum of RGB (Red+Green+Blue) = 234+102+27=363 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.46% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 27 (10.94% from 255 or 7.44% from 363); Max value from RGB is 234 - color contains mainly: red. Hex color #EA661B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA661B is #1599E4. Grayscale: #858585. Windows color (decimal): -1415653 or 1795818. OLE color: 1795818.

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

Color convert

RGB 234 102 27 -
CMYK 0 0.56 0.88 0.08
HSL 21.74º 0.83% 0.51% -
HSV(B) 21.74º 0.88% 0.92% -
XYZ 38.88 27.07 4.21 -
YUV 132.92 68.23 200.1 -
System Red Green Blue C M Y K H S L
Decimal 234 102 27 0 0.56 0.88 0.08 21.74 0.83 0.51
Hex EA 66 1B 0 38 58 8 16 53 33
Octal 352 146 33 0 70 130 10 26 123 63
Binary 11101010 1100110 11011 0 111000 1011000 1000 10110 1010011 110011

Color Harmonies of #EA661B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA661B

Black with #EA661B

Text Example


Text Example

White with #EA661B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA661B; }

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

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

background-color css

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

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

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

border-color css

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

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

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