Html Css Color HEX #E6BD40 Tulip Tree

📋 copy color: '#E6BD40'

red 230 ◦ green 189 ◦ blue 64

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

Shades of Tulip Tree #E6BD40

Tints of Tulip Tree #E6BD40

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.13%

 BLUE value IS 64 (25.39% from 255) = 13.25%

R = 47.62%
G = 39.13%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#E6BD40 (or 0xE6BD40) is known color: Tulip Tree. HEX triplet: E6, BD and 40. RGB value is (230,189,64). Sum of RGB (Red+Green+Blue) = 230+189+64=483 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.62% from 483); Green value is 189 (74.22% from 255 or 39.13% from 483); Blue value is 64 (25.39% from 255 or 13.25% from 483); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BD40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6BD40 is #1942BF. Grayscale: #BBBBBB. Windows color (decimal): -1655488 or 4242918. OLE color: 4242918.

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

Color convert

RGB 230 189 64 -
CMYK 0 0.18 0.72 0.10
HSL 45.18º 0.77% 0.58% -
HSV(B) 45.18º 0.72% 0.9% -
XYZ 51.76 53.59 12.47 -
YUV 187.01 58.58 158.66 -
System Red Green Blue C M Y K H S L
Decimal 230 189 64 0 0.18 0.72 0.10 45.18 0.77 0.58
Hex E6 BD 40 0 12 48 A 2D 4D 3A
Octal 346 275 100 0 22 110 12 55 115 72
Binary 11100110 10111101 1000000 0 10010 1001000 1010 101101 1001101 111010

Color Harmonies of #E6BD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BD40

Black with #E6BD40

Text Example


Text Example

White with #E6BD40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BD40; }

 p { color: rgb(230,189,64); }

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

background-color css

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

 a { background-color: rgb(230,189,64); }

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

border-color css

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

 span { border-color: rgb(230,189,64); }

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