Html Css Color HEX #EDB237 Tulip Tree

📋 copy color: '#EDB237'

red 237 ◦ green 178 ◦ blue 55

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

Shades of Tulip Tree #EDB237

Tints of Tulip Tree #EDB237

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.87%

 BLUE value IS 55 (21.88% from 255) = 11.7%

R = 50.43%
G = 37.87%
B = 11.7%

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

#EDB237 (or 0xEDB237) is known color: Tulip Tree. HEX triplet: ED, B2 and 37. RGB value is (237,178,55). Sum of RGB (Red+Green+Blue) = 237+178+55=470 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.43% from 470); Green value is 178 (69.92% from 255 or 37.87% from 470); Blue value is 55 (21.88% from 255 or 11.70% from 470); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB237 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB237 is #124DC8. Grayscale: #B6B6B6. Windows color (decimal): -1199561 or 3650285. OLE color: 3650285.

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

Color convert

RGB 237 178 55 -
CMYK 0 0.25 0.77 0.07
HSL 40.55º 0.83% 0.57% -
HSV(B) 40.55º 0.77% 0.93% -
XYZ 51.54 50.12 10.57 -
YUV 181.62 56.55 167.5 -
System Red Green Blue C M Y K H S L
Decimal 237 178 55 0 0.25 0.77 0.07 40.55 0.83 0.57
Hex ED B2 37 0 19 4D 7 29 53 39
Octal 355 262 67 0 31 115 7 51 123 71
Binary 11101101 10110010 110111 0 11001 1001101 111 101001 1010011 111001

Color Harmonies of #EDB237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB237

Black with #EDB237

Text Example


Text Example

White with #EDB237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB237; }

 p { color: rgb(237,178,55); }

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

background-color css

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

 a { background-color: rgb(237,178,55); }

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

border-color css

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

 span { border-color: rgb(237,178,55); }

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