Html Css Color HEX #EAAD46 Tulip Tree

📋 copy color: '#EAAD46'

red 234 ◦ green 173 ◦ blue 70

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

Shades of Tulip Tree #EAAD46

Tints of Tulip Tree #EAAD46

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.27%

 BLUE value IS 70 (27.73% from 255) = 14.68%

R = 49.06%
G = 36.27%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#EAAD46 (or 0xEAAD46) is known color: Tulip Tree. HEX triplet: EA, AD and 46. RGB value is (234,173,70). Sum of RGB (Red+Green+Blue) = 234+173+70=477 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.06% from 477); Green value is 173 (67.97% from 255 or 36.27% from 477); Blue value is 70 (27.73% from 255 or 14.68% from 477); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAD46 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAAD46 is #1552B9. Grayscale: #B3B3B3. Windows color (decimal): -1397434 or 4632042. OLE color: 4632042.

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

Color convert

RGB 234 173 70 -
CMYK 0 0.26 0.70 0.08
HSL 37.68º 0.8% 0.6% -
HSV(B) 37.68º 0.7% 0.92% -
XYZ 49.98 47.82 12.39 -
YUV 179.5 66.21 166.88 -
System Red Green Blue C M Y K H S L
Decimal 234 173 70 0 0.26 0.70 0.08 37.68 0.8 0.6
Hex EA AD 46 0 1A 46 8 26 50 3C
Octal 352 255 106 0 32 106 10 46 120 74
Binary 11101010 10101101 1000110 0 11010 1000110 1000 100110 1010000 111100

Color Harmonies of #EAAD46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAD46

Black with #EAAD46

Text Example


Text Example

White with #EAAD46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAD46; }

 p { color: rgb(234,173,70); }

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

background-color css

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

 a { background-color: rgb(234,173,70); }

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

border-color css

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

 span { border-color: rgb(234,173,70); }

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