Html Css Color HEX #E6A530 Tulip Tree

📋 copy color: '#E6A530'

red 230 ◦ green 165 ◦ blue 48

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

Shades of Tulip Tree #E6A530

Tints of Tulip Tree #E6A530

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.25%

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

R = 51.92%
G = 37.25%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#E6A530 (or 0xE6A530) is known color: Tulip Tree. HEX triplet: E6, A5 and 30. RGB value is (230,165,48). Sum of RGB (Red+Green+Blue) = 230+165+48=443 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.92% from 443); Green value is 165 (64.84% from 255 or 37.25% from 443); Blue value is 48 (19.14% from 255 or 10.84% from 443); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A530 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6A530 is #195ACF. Grayscale: #ABABAB. Windows color (decimal): -1661648 or 3188198. OLE color: 3188198.

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

Color convert

RGB 230 165 48 -
CMYK 0 0.28 0.79 0.10
HSL 38.57º 0.78% 0.55% -
HSV(B) 38.57º 0.79% 0.9% -
XYZ 46.62 43.95 8.82 -
YUV 171.1 58.53 170.01 -
System Red Green Blue C M Y K H S L
Decimal 230 165 48 0 0.28 0.79 0.10 38.57 0.78 0.55
Hex E6 A5 30 0 1C 4F A 27 4E 37
Octal 346 245 60 0 34 117 12 47 116 67
Binary 11100110 10100101 110000 0 11100 1001111 1010 100111 1001110 110111

Color Harmonies of #E6A530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A530

Black with #E6A530

Text Example


Text Example

White with #E6A530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A530; }

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

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

background-color css

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

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

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

border-color css

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

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

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