Html Css Color HEX #EDAF36 Tulip Tree

📋 copy color: '#EDAF36'

red 237 ◦ green 175 ◦ blue 54

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

Shades of Tulip Tree #EDAF36

Tints of Tulip Tree #EDAF36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 11.59%

R = 50.86%
G = 37.55%
B = 11.59%

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

#EDAF36 (or 0xEDAF36) is known color: Tulip Tree. HEX triplet: ED, AF and 36. RGB value is (237,175,54). Sum of RGB (Red+Green+Blue) = 237+175+54=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 175 (68.75% from 255 or 37.55% from 466); Blue value is 54 (21.48% from 255 or 11.59% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAF36 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAF36 is #1250C9. Grayscale: #B4B4B4. Windows color (decimal): -1200330 or 3583981. OLE color: 3583981.

HSL color Cylindrical-coordinate representation of color #EDAF36: hue angle of 39.67º degrees, saturation: 0.84, 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 #EDAF36 is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 175 54 -
CMYK 0 0.26 0.77 0.07
HSL 39.67º 0.84% 0.57% -
HSV(B) 39.67º 0.77% 0.93% -
XYZ 50.92 48.93 10.25 -
YUV 179.74 57.04 168.84 -
System Red Green Blue C M Y K H S L
Decimal 237 175 54 0 0.26 0.77 0.07 39.67 0.84 0.57
Hex ED AF 36 0 1A 4D 7 28 54 39
Octal 355 257 66 0 32 115 7 50 124 71
Binary 11101101 10101111 110110 0 11010 1001101 111 101000 1010100 111001

Color Harmonies of #EDAF36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAF36

Black with #EDAF36

Text Example


Text Example

White with #EDAF36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAF36; }

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

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

background-color css

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

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

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

border-color css

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

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

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