Html Css Color HEX #E6A830 Tulip Tree

📋 copy color: '#E6A830'

red 230 ◦ green 168 ◦ blue 48

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

Shades of Tulip Tree #E6A830

Tints of Tulip Tree #E6A830

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.67%

 BLUE value IS 48 (19.14% from 255) = 10.76%

R = 51.57%
G = 37.67%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#E6A830 (or 0xE6A830) is known color: Tulip Tree. HEX triplet: E6, A8 and 30. RGB value is (230,168,48). Sum of RGB (Red+Green+Blue) = 230+168+48=446 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.57% from 446); Green value is 168 (66.02% from 255 or 37.67% from 446); Blue value is 48 (19.14% from 255 or 10.76% from 446); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A830 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6A830 is #1957CF. Grayscale: #ADADAD. Windows color (decimal): -1660880 or 3188966. OLE color: 3188966.

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

Color convert

RGB 230 168 48 -
CMYK 0 0.27 0.79 0.10
HSL 39.56º 0.78% 0.55% -
HSV(B) 39.56º 0.79% 0.9% -
XYZ 47.17 45.04 9 -
YUV 172.86 57.54 168.76 -
System Red Green Blue C M Y K H S L
Decimal 230 168 48 0 0.27 0.79 0.10 39.56 0.78 0.55
Hex E6 A8 30 0 1B 4F A 28 4E 37
Octal 346 250 60 0 33 117 12 50 116 67
Binary 11100110 10101000 110000 0 11011 1001111 1010 101000 1001110 110111

Color Harmonies of #E6A830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A830

Black with #E6A830

Text Example


Text Example

White with #E6A830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A830; }

 p { color: rgb(230,168,48); }

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

background-color css

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

 a { background-color: rgb(230,168,48); }

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

border-color css

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

 span { border-color: rgb(230,168,48); }

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