Html Css Color HEX #EDAF37 Tulip Tree

📋 copy color: '#EDAF37'

red 237 ◦ green 175 ◦ blue 55

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

Shades of Tulip Tree #EDAF37

Tints of Tulip Tree #EDAF37

RGB

 RED value IS 237 (92.97% from 255) = 50.75%

 GREEN value IS 175 (68.75% from 255) = 37.47%

 BLUE value IS 55 (21.88% from 255) = 11.78%

R = 50.75%
G = 37.47%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#EDAF37 (or 0xEDAF37) is known color: Tulip Tree. HEX triplet: ED, AF and 37. RGB value is (237,175,55). Sum of RGB (Red+Green+Blue) = 237+175+55=467 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.75% from 467); Green value is 175 (68.75% from 255 or 37.47% from 467); Blue value is 55 (21.88% from 255 or 11.78% from 467); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAF37 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAF37 is #1250C8. Grayscale: #B4B4B4. Windows color (decimal): -1200329 or 3649517. OLE color: 3649517.

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

Color convert

RGB 237 175 55 -
CMYK 0 0.26 0.77 0.07
HSL 39.56º 0.83% 0.57% -
HSV(B) 39.56º 0.77% 0.93% -
XYZ 50.94 48.94 10.38 -
YUV 179.86 57.54 168.76 -
System Red Green Blue C M Y K H S L
Decimal 237 175 55 0 0.26 0.77 0.07 39.56 0.83 0.57
Hex ED AF 37 0 1A 4D 7 28 53 39
Octal 355 257 67 0 32 115 7 50 123 71
Binary 11101101 10101111 110111 0 11010 1001101 111 101000 1010011 111001

Color Harmonies of #EDAF37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAF37

Black with #EDAF37

Text Example


Text Example

White with #EDAF37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAF37; }

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

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

background-color css

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

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

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

border-color css

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

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

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