Html Css Color HEX #EDAD36 Tulip Tree

📋 copy color: '#EDAD36'

red 237 ◦ green 173 ◦ blue 54

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

Shades of Tulip Tree #EDAD36

Tints of Tulip Tree #EDAD36

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.28%

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

R = 51.08%
G = 37.28%
B = 11.64%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#EDAD36 (or 0xEDAD36) is known color: Tulip Tree. HEX triplet: ED, AD and 36. RGB value is (237,173,54). Sum of RGB (Red+Green+Blue) = 237+173+54=464 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.08% from 464); Green value is 173 (67.97% from 255 or 37.28% from 464); Blue value is 54 (21.48% from 255 or 11.64% from 464); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD36 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAD36 is #1252C9. Grayscale: #B3B3B3. Windows color (decimal): -1200842 or 3583469. OLE color: 3583469.

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

Color convert

RGB 237 173 54 -
CMYK 0 0.27 0.77 0.07
HSL 39.02º 0.84% 0.57% -
HSV(B) 39.02º 0.77% 0.93% -
XYZ 50.53 48.16 10.12 -
YUV 178.57 57.7 169.68 -
System Red Green Blue C M Y K H S L
Decimal 237 173 54 0 0.27 0.77 0.07 39.02 0.84 0.57
Hex ED AD 36 0 1B 4D 7 27 54 39
Octal 355 255 66 0 33 115 7 47 124 71
Binary 11101101 10101101 110110 0 11011 1001101 111 100111 1010100 111001

Color Harmonies of #EDAD36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAD36

Black with #EDAD36

Text Example


Text Example

White with #EDAD36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAD36; }

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

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

background-color css

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

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

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

border-color css

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

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

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