#EDAF35

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

Shades of Tulip Tree #EDAF35

Tints of Tulip Tree #EDAF35

Color information

#EDAF35 (or 0xEDAF35) is unknown color: approx Tulip Tree. HEX triplet: ED, AF and 35. RGB value is (237,175,53). Sum of RGB (Red+Green+Blue) = 237+175+53=465 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.97% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 53 (21.09% from 255 or 11.40% from 465); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAF35 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAF35 is #1250CA. Grayscale: #B4B4B4. Windows color (decimal): -1200331 or 3518445. OLE color: 3518445.

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

Color convert

RGB23717553-
CMYK00.260.780.07
HSL39.78º83.64%56.86%-
HSV(B)39.78º77.64%92.94%-
XYZ50.948.9210.13-
YUV179.6356.54168.92-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 50.97%
GREEN value IS 175 (68.75% from 255) = 37.63%
BLUE value IS 53 (21.09% from 255) = 11.40%
R=50.97%
G=37.63%
B=11.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.78
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371755300.260.780.0739.7883.6456.86
HexEDAF3501A4E7285439
Octal3552576503211675012471
Binary111011011010111111010101101010011101111010001010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAF35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAF35; }

 p { color: rgb(237,175,53); }

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

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

 a { background-color: rgb(237,175,53); }

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

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

 span { border-color: rgb(237,175,53); }

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