Html Css Color HEX #E6AE32 Tulip Tree

📋 copy color: '#E6AE32'

red 230 ◦ green 174 ◦ blue 50

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

Shades of Tulip Tree #E6AE32

Tints of Tulip Tree #E6AE32

RGB

 RED value IS 230 (90.23% from 255) = 50.66%

 GREEN value IS 174 (68.36% from 255) = 38.33%

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

R = 50.66%
G = 38.33%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#E6AE32 (or 0xE6AE32) is known color: Tulip Tree. HEX triplet: E6, AE and 32. RGB value is (230,174,50). Sum of RGB (Red+Green+Blue) = 230+174+50=454 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.66% from 454); Green value is 174 (68.36% from 255 or 38.33% from 454); Blue value is 50 (19.92% from 255 or 11.01% from 454); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AE32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6AE32 is #1951CD. Grayscale: #B1B1B1. Windows color (decimal): -1659342 or 3321574. OLE color: 3321574.

HSL color Cylindrical-coordinate representation of color #E6AE32: hue angle of 41.33º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E6AE32 is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 174 50 -
CMYK 0 0.24 0.78 0.10
HSL 41.33º 0.78% 0.55% -
HSV(B) 41.33º 0.78% 0.9% -
XYZ 48.34 47.33 9.6 -
YUV 176.61 56.55 166.08 -
System Red Green Blue C M Y K H S L
Decimal 230 174 50 0 0.24 0.78 0.10 41.33 0.78 0.55
Hex E6 AE 32 0 18 4E A 29 4E 37
Octal 346 256 62 0 30 116 12 51 116 67
Binary 11100110 10101110 110010 0 11000 1001110 1010 101001 1001110 110111

Color Harmonies of #E6AE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6AE32

Black with #E6AE32

Text Example


Text Example

White with #E6AE32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6AE32; }

 p { color: rgb(230,174,50); }

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

background-color css

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

 a { background-color: rgb(230,174,50); }

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

border-color css

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

 span { border-color: rgb(230,174,50); }

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