Html Css Color HEX #EAAB32 Tulip Tree

📋 copy color: '#EAAB32'

red 234 ◦ green 171 ◦ blue 50

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

Shades of Tulip Tree #EAAB32

Tints of Tulip Tree #EAAB32

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.58%

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

R = 51.43%
G = 37.58%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EAAB32 (or 0xEAAB32) is known color: Tulip Tree. HEX triplet: EA, AB and 32. RGB value is (234,171,50). Sum of RGB (Red+Green+Blue) = 234+171+50=455 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.43% from 455); Green value is 171 (67.19% from 255 or 37.58% from 455); Blue value is 50 (19.92% from 255 or 10.99% from 455); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAB32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAAB32 is #1554CD. Grayscale: #B0B0B0. Windows color (decimal): -1397966 or 3320810. OLE color: 3320810.

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

Color convert

RGB 234 171 50 -
CMYK 0 0.27 0.79 0.08
HSL 39.46º 0.81% 0.56% -
HSV(B) 39.46º 0.79% 0.92% -
XYZ 49.07 46.85 9.47 -
YUV 176.04 56.87 169.34 -
System Red Green Blue C M Y K H S L
Decimal 234 171 50 0 0.27 0.79 0.08 39.46 0.81 0.56
Hex EA AB 32 0 1B 4F 8 27 51 38
Octal 352 253 62 0 33 117 10 47 121 70
Binary 11101010 10101011 110010 0 11011 1001111 1000 100111 1010001 111000

Color Harmonies of #EAAB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAB32

Black with #EAAB32

Text Example


Text Example

White with #EAAB32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAB32; }

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

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

background-color css

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

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

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

border-color css

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

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

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