Html Css Color HEX #EDAD31 Tulip Tree

📋 copy color: '#EDAD31'

red 237 ◦ green 173 ◦ blue 49

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

Shades of Tulip Tree #EDAD31

Tints of Tulip Tree #EDAD31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.68%

R = 51.63%
G = 37.69%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EDAD31 (or 0xEDAD31) is known color: Tulip Tree. HEX triplet: ED, AD and 31. RGB value is (237,173,49). Sum of RGB (Red+Green+Blue) = 237+173+49=459 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.63% from 459); Green value is 173 (67.97% from 255 or 37.69% from 459); Blue value is 49 (19.53% from 255 or 10.68% from 459); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD31 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAD31 is #1252CE. Grayscale: #B2B2B2. Windows color (decimal): -1200847 or 3255789. OLE color: 3255789.

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

Color convert

RGB 237 173 49 -
CMYK 0 0.27 0.79 0.07
HSL 39.57º 0.84% 0.56% -
HSV(B) 39.57º 0.79% 0.93% -
XYZ 50.42 48.11 9.53 -
YUV 178 55.2 170.08 -
System Red Green Blue C M Y K H S L
Decimal 237 173 49 0 0.27 0.79 0.07 39.57 0.84 0.56
Hex ED AD 31 0 1B 4F 7 28 54 38
Octal 355 255 61 0 33 117 7 50 124 70
Binary 11101101 10101101 110001 0 11011 1001111 111 101000 1010100 111000

Color Harmonies of #EDAD31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAD31

Black with #EDAD31

Text Example


Text Example

White with #EDAD31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAD31; }

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

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

background-color css

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

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

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

border-color css

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

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

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