Html Css Color HEX #E6AE34 Tulip Tree

📋 copy color: '#E6AE34'

red 230 ◦ green 174 ◦ blue 52

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

Shades of Tulip Tree #E6AE34

Tints of Tulip Tree #E6AE34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.4%

R = 50.44%
G = 38.16%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.77

 K value IS 0.10

RGB Variations

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

Color information

#E6AE34 (or 0xE6AE34) is known color: Tulip Tree. HEX triplet: E6, AE and 34. RGB value is (230,174,52). Sum of RGB (Red+Green+Blue) = 230+174+52=456 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.44% from 456); Green value is 174 (68.36% from 255 or 38.16% from 456); Blue value is 52 (20.70% from 255 or 11.40% from 456); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AE34 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6AE34 is #1951CB. Grayscale: #B1B1B1. Windows color (decimal): -1659340 or 3452646. OLE color: 3452646.

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

Color convert

RGB 230 174 52 -
CMYK 0 0.24 0.77 0.10
HSL 41.12º 0.78% 0.55% -
HSV(B) 41.12º 0.77% 0.9% -
XYZ 48.39 47.34 9.84 -
YUV 176.84 57.55 165.92 -
System Red Green Blue C M Y K H S L
Decimal 230 174 52 0 0.24 0.77 0.10 41.12 0.78 0.55
Hex E6 AE 34 0 18 4D A 29 4E 37
Octal 346 256 64 0 30 115 12 51 116 67
Binary 11100110 10101110 110100 0 11000 1001101 1010 101001 1001110 110111

Color Harmonies of #E6AE34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6AE34

Black with #E6AE34

Text Example


Text Example

White with #E6AE34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6AE34; }

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

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

background-color css

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

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

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

border-color css

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

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

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