#EDB63F

Color #EDB63F Tulip Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tulip Tree #EDB63F

Tints of Tulip Tree #EDB63F

Color information

#EDB63F (or 0xEDB63F) is unknown color: approx Tulip Tree. HEX triplet: ED, B6 and 3F. RGB value is (237,182,63). Sum of RGB (Red+Green+Blue) = 237+182+63=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 182 (71.48% from 255 or 37.76% from 482); Blue value is 63 (25% from 255 or 13.07% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB63F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB63F is #1249C0. Grayscale: #B9B9B9. Windows color (decimal): -1198529 or 4175597. OLE color: 4175597.

HSL color Cylindrical-coordinate representation of color #EDB63F: hue angle of 41.03º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EDB63F is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB23718263-
CMYK00.230.730.07
HSL41.03º82.86%58.82%-
HSV(B)41.03º73.42%92.94%-
XYZ52.5551.8211.94-
YUV184.8859.22165.18-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.17%
GREEN value IS 182 (71.48% from 255) = 37.76%
BLUE value IS 63 (25% from 255) = 13.07%
R=49.17%
G=37.76%
B=13.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.73
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371826300.230.730.0741.0382.8658.82
HexEDB63F01749729533b
Octal3552667702711175112373
Binary111011011011011011111101011110010011111010011010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB63F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB63F; }

 p { color: rgb(237,182,63); }

 H1.HeaderClassName
 {
   color: #EDB63F;
 }
 .AnyTagClassName
 {
   color: #EDB63F;
 }
</style>
background-color css

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

 a { background-color: rgb(237,182,63); }

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

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

 span { border-color: rgb(237,182,63); }

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