Html Css Color HEX #EAA932 Tulip Tree

📋 copy color: '#EAA932'

red 234 ◦ green 169 ◦ blue 50

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

Shades of Tulip Tree #EAA932

Tints of Tulip Tree #EAA932

RGB

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

 GREEN value IS 169 (66.41% from 255) = 37.31%

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

R = 51.66%
G = 37.31%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EAA932 (or 0xEAA932) is known color: Tulip Tree. HEX triplet: EA, A9 and 32. RGB value is (234,169,50). Sum of RGB (Red+Green+Blue) = 234+169+50=453 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.66% from 453); Green value is 169 (66.41% from 255 or 37.31% from 453); Blue value is 50 (19.92% from 255 or 11.04% from 453); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA932 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA932 is #1556CD. Grayscale: #AFAFAF. Windows color (decimal): -1398478 or 3320298. OLE color: 3320298.

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

Color convert

RGB 234 169 50 -
CMYK 0 0.28 0.79 0.08
HSL 38.8º 0.81% 0.56% -
HSV(B) 38.8º 0.79% 0.92% -
XYZ 48.7 46.1 9.35 -
YUV 174.87 57.53 170.18 -
System Red Green Blue C M Y K H S L
Decimal 234 169 50 0 0.28 0.79 0.08 38.8 0.81 0.56
Hex EA A9 32 0 1C 4F 8 27 51 38
Octal 352 251 62 0 34 117 10 47 121 70
Binary 11101010 10101001 110010 0 11100 1001111 1000 100111 1010001 111000

Color Harmonies of #EAA932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA932

Black with #EAA932

Text Example


Text Example

White with #EAA932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA932; }

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

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

background-color css

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

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

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

border-color css

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

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

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