Html Css Color HEX #EDAF31 Tulip Tree

📋 copy color: '#EDAF31'

red 237 ◦ green 175 ◦ blue 49

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

Shades of Tulip Tree #EDAF31

Tints of Tulip Tree #EDAF31

RGB

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

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

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

R = 51.41%
G = 37.96%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EDAF31 (or 0xEDAF31) is known color: Tulip Tree. HEX triplet: ED, AF and 31. RGB value is (237,175,49). Sum of RGB (Red+Green+Blue) = 237+175+49=461 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.41% from 461); Green value is 175 (68.75% from 255 or 37.96% from 461); Blue value is 49 (19.53% from 255 or 10.63% from 461); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAF31 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAF31 is #1250CE. Grayscale: #B3B3B3. Windows color (decimal): -1200335 or 3256301. OLE color: 3256301.

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

Color convert

RGB 237 175 49 -
CMYK 0 0.26 0.79 0.07
HSL 40.21º 0.84% 0.56% -
HSV(B) 40.21º 0.79% 0.93% -
XYZ 50.81 48.89 9.66 -
YUV 179.17 54.54 169.25 -
System Red Green Blue C M Y K H S L
Decimal 237 175 49 0 0.26 0.79 0.07 40.21 0.84 0.56
Hex ED AF 31 0 1A 4F 7 28 54 38
Octal 355 257 61 0 32 117 7 50 124 70
Binary 11101101 10101111 110001 0 11010 1001111 111 101000 1010100 111000

Color Harmonies of #EDAF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAF31

Black with #EDAF31

Text Example


Text Example

White with #EDAF31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAF31; }

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

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

background-color css

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

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

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

border-color css

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

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

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