Html Css Color HEX #EDAB36 Tulip Tree

📋 copy color: '#EDAB36'

red 237 ◦ green 171 ◦ blue 54

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

Shades of Tulip Tree #EDAB36

Tints of Tulip Tree #EDAB36

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.01%

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

R = 51.3%
G = 37.01%
B = 11.69%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#EDAB36 (or 0xEDAB36) is known color: Tulip Tree. HEX triplet: ED, AB and 36. RGB value is (237,171,54). Sum of RGB (Red+Green+Blue) = 237+171+54=462 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.30% from 462); Green value is 171 (67.19% from 255 or 37.01% from 462); Blue value is 54 (21.48% from 255 or 11.69% from 462); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAB36 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAB36 is #1254C9. Grayscale: #B1B1B1. Windows color (decimal): -1201354 or 3582957. OLE color: 3582957.

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

Color convert

RGB 237 171 54 -
CMYK 0 0.28 0.77 0.07
HSL 38.36º 0.84% 0.57% -
HSV(B) 38.36º 0.77% 0.93% -
XYZ 50.15 47.4 10 -
YUV 177.4 58.37 170.51 -
System Red Green Blue C M Y K H S L
Decimal 237 171 54 0 0.28 0.77 0.07 38.36 0.84 0.57
Hex ED AB 36 0 1C 4D 7 26 54 39
Octal 355 253 66 0 34 115 7 46 124 71
Binary 11101101 10101011 110110 0 11100 1001101 111 100110 1010100 111001

Color Harmonies of #EDAB36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAB36

Black with #EDAB36

Text Example


Text Example

White with #EDAB36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAB36; }

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

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

background-color css

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

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

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

border-color css

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

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

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