Html Css Color HEX #EDB136 Tulip Tree

📋 copy color: '#EDB136'

red 237 ◦ green 177 ◦ blue 54

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

Shades of Tulip Tree #EDB136

Tints of Tulip Tree #EDB136

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.82%

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

R = 50.64%
G = 37.82%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#EDB136 (or 0xEDB136) is known color: Tulip Tree. HEX triplet: ED, B1 and 36. RGB value is (237,177,54). Sum of RGB (Red+Green+Blue) = 237+177+54=468 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.64% from 468); Green value is 177 (69.53% from 255 or 37.82% from 468); Blue value is 54 (21.48% from 255 or 11.54% from 468); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB136 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB136 is #124EC9. Grayscale: #B5B5B5. Windows color (decimal): -1199818 or 3584493. OLE color: 3584493.

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

Color convert

RGB 237 177 54 -
CMYK 0 0.25 0.77 0.07
HSL 40.33º 0.84% 0.57% -
HSV(B) 40.33º 0.77% 0.93% -
XYZ 51.31 49.72 10.38 -
YUV 180.92 56.38 168 -
System Red Green Blue C M Y K H S L
Decimal 237 177 54 0 0.25 0.77 0.07 40.33 0.84 0.57
Hex ED B1 36 0 19 4D 7 28 54 39
Octal 355 261 66 0 31 115 7 50 124 71
Binary 11101101 10110001 110110 0 11001 1001101 111 101000 1010100 111001

Color Harmonies of #EDB136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB136

Black with #EDB136

Text Example


Text Example

White with #EDB136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB136; }

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

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

background-color css

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

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

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

border-color css

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

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

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