#EDB133

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

Shades of Tulip Tree #EDB133

Tints of Tulip Tree #EDB133

Color information

#EDB133 (or 0xEDB133) is unknown color: approx Tulip Tree. HEX triplet: ED, B1 and 33. RGB value is (237,177,51). Sum of RGB (Red+Green+Blue) = 237+177+51=465 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.97% from 465); Green value is 177 (69.53% from 255 or 38.06% from 465); Blue value is 51 (20.31% from 255 or 10.97% from 465); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB133 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB133 is #124ECC. Grayscale: #B5B5B5. Windows color (decimal): -1199821 or 3387885. OLE color: 3387885.

HSL color Cylindrical-coordinate representation of color #EDB133: hue angle of 40.65º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EDB133 is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB23717751-
CMYK00.250.780.07
HSL40.65º83.78%56.47%-
HSV(B)40.65º78.48%92.94%-
XYZ51.2449.6910.02-
YUV180.5854.88168.25-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 50.97%
GREEN value IS 177 (69.53% from 255) = 38.06%
BLUE value IS 51 (20.31% from 255) = 10.97%
R=50.97%
G=38.06%
B=10.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.78
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371775100.250.780.0740.6583.7856.47
HexEDB1330194E7295438
Octal3552616303111675112470
Binary111011011011000111001101100110011101111010011010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB133; }

 p { color: rgb(237,177,51); }

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

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

 a { background-color: rgb(237,177,51); }

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

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

 span { border-color: rgb(237,177,51); }

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