Html Css Color HEX #EAAF47 Tulip Tree

📋 copy color: '#EAAF47'

red 234 ◦ green 175 ◦ blue 71

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

Shades of Tulip Tree #EAAF47

Tints of Tulip Tree #EAAF47

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.46%

 BLUE value IS 71 (28.13% from 255) = 14.79%

R = 48.75%
G = 36.46%
B = 14.79%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#EAAF47 (or 0xEAAF47) is known color: Tulip Tree. HEX triplet: EA, AF and 47. RGB value is (234,175,71). Sum of RGB (Red+Green+Blue) = 234+175+71=480 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.75% from 480); Green value is 175 (68.75% from 255 or 36.46% from 480); Blue value is 71 (28.12% from 255 or 14.79% from 480); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAF47 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAAF47 is #1550B8. Grayscale: #B5B5B5. Windows color (decimal): -1396921 or 4698090. OLE color: 4698090.

HSL color Cylindrical-coordinate representation of color #EAAF47: hue angle of 38.28º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EAAF47 is Cyan = 0, Magento = 0.25, Yellow = 0.70 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 175 71 -
CMYK 0 0.25 0.70 0.08
HSL 38.28º 0.8% 0.6% -
HSV(B) 38.28º 0.7% 0.92% -
XYZ 50.4 48.61 12.69 -
YUV 180.79 66.05 165.96 -
System Red Green Blue C M Y K H S L
Decimal 234 175 71 0 0.25 0.70 0.08 38.28 0.8 0.6
Hex EA AF 47 0 19 46 8 26 50 3C
Octal 352 257 107 0 31 106 10 46 120 74
Binary 11101010 10101111 1000111 0 11001 1000110 1000 100110 1010000 111100

Color Harmonies of #EAAF47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAF47

Black with #EAAF47

Text Example


Text Example

White with #EAAF47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAF47; }

 p { color: rgb(234,175,71); }

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

background-color css

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

 a { background-color: rgb(234,175,71); }

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

border-color css

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

 span { border-color: rgb(234,175,71); }

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