Html Css Color HEX #EAAD32 Tulip Tree

📋 copy color: '#EAAD32'

red 234 ◦ green 173 ◦ blue 50

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

Shades of Tulip Tree #EAAD32

Tints of Tulip Tree #EAAD32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.94%

R = 51.2%
G = 37.86%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EAAD32 (or 0xEAAD32) is known color: Tulip Tree. HEX triplet: EA, AD and 32. RGB value is (234,173,50). Sum of RGB (Red+Green+Blue) = 234+173+50=457 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.20% from 457); Green value is 173 (67.97% from 255 or 37.86% from 457); Blue value is 50 (19.92% from 255 or 10.94% from 457); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAD32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAAD32 is #1552CD. Grayscale: #B1B1B1. Windows color (decimal): -1397454 or 3321322. OLE color: 3321322.

HSL color Cylindrical-coordinate representation of color #EAAD32: hue angle of 40.11º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EAAD32 is Cyan = 0, Magento = 0.26, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 173 50 -
CMYK 0 0.26 0.79 0.08
HSL 40.11º 0.81% 0.56% -
HSV(B) 40.11º 0.79% 0.92% -
XYZ 49.45 47.61 9.6 -
YUV 177.22 56.21 168.5 -
System Red Green Blue C M Y K H S L
Decimal 234 173 50 0 0.26 0.79 0.08 40.11 0.81 0.56
Hex EA AD 32 0 1A 4F 8 28 51 38
Octal 352 255 62 0 32 117 10 50 121 70
Binary 11101010 10101101 110010 0 11010 1001111 1000 101000 1010001 111000

Color Harmonies of #EAAD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAD32

Black with #EAAD32

Text Example


Text Example

White with #EAAD32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAD32; }

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

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

background-color css

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

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

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

border-color css

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

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

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