Html Css Color HEX #E6A730 Tulip Tree

📋 copy color: '#E6A730'

red 230 ◦ green 167 ◦ blue 48

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

Shades of Tulip Tree #E6A730

Tints of Tulip Tree #E6A730

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.53%

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

R = 51.69%
G = 37.53%
B = 10.79%

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

#E6A730 (or 0xE6A730) is known color: Tulip Tree. HEX triplet: E6, A7 and 30. RGB value is (230,167,48). Sum of RGB (Red+Green+Blue) = 230+167+48=445 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.69% from 445); Green value is 167 (65.62% from 255 or 37.53% from 445); Blue value is 48 (19.14% from 255 or 10.79% from 445); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A730 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6A730 is #1958CF. Grayscale: #ACACAC. Windows color (decimal): -1661136 or 3188710. OLE color: 3188710.

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

Color convert

RGB 230 167 48 -
CMYK 0 0.27 0.79 0.10
HSL 39.23º 0.78% 0.55% -
HSV(B) 39.23º 0.79% 0.9% -
XYZ 46.99 44.67 8.94 -
YUV 172.27 57.87 169.18 -
System Red Green Blue C M Y K H S L
Decimal 230 167 48 0 0.27 0.79 0.10 39.23 0.78 0.55
Hex E6 A7 30 0 1B 4F A 27 4E 37
Octal 346 247 60 0 33 117 12 47 116 67
Binary 11100110 10100111 110000 0 11011 1001111 1010 100111 1001110 110111

Color Harmonies of #E6A730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A730

Black with #E6A730

Text Example


Text Example

White with #E6A730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A730; }

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

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

background-color css

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

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

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

border-color css

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

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

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